Skip to content

v4.3.6 🚀

Choose a tag to compare

@SamKirkland SamKirkland released this 26 Aug 05:42
· 1 commit to master since this release
a51268f

Improved error handling when removing directories during FTP operations. In certain cases, the target directory may already be unavailable (e.g., deleted, renamed, or removed by a build process). Instead of throwing an exception, the process now logs a warning informing the user that the directory could not be removed or accessed.
What's Changed

Fixing folder 550 delete action by @konnng-dev in SamKirkland/ftp-deploy#47