Releases: patrickjuchli/basic-ftp
Releases · patrickjuchli/basic-ftp
2.17.0
- Added: Get last modification time of a file. (#32, @AnsonYeung)
2.16.1
2.16.0
- Changed: Include hidden files in file listings, fixes
removeDir
andclearWorkingDir
. Changes behaviour fordownloadDir
andlist
. (#29, @conlanpatrek)
2.15.0
2.14.4
2.14.3
- Fixed: JSDoc type annotations.
- Fixed: Minor fixes to documentation.
2.14.2
- Make it possible to reconnect after closing the client.
2.14.0
- Improved error handling and reporting.
2.13.2
- Various improvements to documentation.
2.13.1
- Fixed: Exception thrown if tasks will run in parallel because the user forget to use 'await'.
- Fixed: Describe in documentation what exactly happens if there is a timeout.