basic-ftp
Advanced tools
Changelog
3.2.0
Changelog
3.1.1
Changelog
3.1.0
Changelog
3.0.0
This release contains the following breaking changes:
Client
is now single-use only. It can't be used anymore once it closes and a new client has to be instantiated.Error
, not custom error objects. Introduced FTPError
for errors specific to FTP. (#37)Non-breaking changes:
await
or .then()
for tasks. (#36)Special thanks to @broofa for feedback and reviews.
Changelog
2.17.1
Changelog
2.17.0
Changelog
2.16.1
Changelog
2.16.0
removeDir
and clearWorkingDir
. Changes behaviour for downloadDir
and list
. (#29, @conlanpatrek)Changelog
2.15.0
Changelog
2.14.4