Releases: patrickjuchli/basic-ftp
Releases · patrickjuchli/basic-ftp
4.6.2
4.6.1
4.6.0
- Added: Support for implicit FTPS. (#121, @sparebytes)
- Fixed: Detection of stream being finished early. (#143)
4.5.4
4.5.3
- Fixed: Allow 'undefined' to be passed to trackProgress. (#125, @FabianMeul)
4.5.2
4.5.1
4.5.0
- Added: Directory listings are included in transfer progress tracking.
- Fixed: Possible edge case where socket is disconnected but client still says it's open.
4.4.1
- Fixed: Return to former working directory also after error when calling directory-related methods.
4.4.0
- Changed: Current API
uploadDir
anddownloadDir
has been deprecated, useuploadFromDir
anddownloadToDir
. - Added: You can specifiy a custom remote directory with
downloadToDir
.