From 8f33572a6d8fe8b0fd6916ea82218379d683862c Mon Sep 17 00:00:00 2001 From: Adam McDonagh <27215476+adammcdonagh@users.noreply.github.com> Date: Sat, 19 Oct 2024 15:50:32 +0100 Subject: [PATCH] Upate changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4dc155..bf77745 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ - Fix issue where different protocols where not being detected properly, and proxy had to be explicitly defined when it was unnecessary - When creating a destination directory with SFTP, it will now check whether lower level directories exist, and create them if not +- Always check for a directory before trying to delete it and thowing an exception if it doesn't exist. +- Moved exception printing for transfers to earlier in th code to ensure log messages aren't confusing. # No release