Releases: patrickjuchli/basic-ftp
Releases · patrickjuchli/basic-ftp
5.0.5
- Fixed: Memory leak described in #250 by @everhardt, @martijnimhoff
5.0.4
- Fixed: Handle relative paths in Client.removeDir()
5.0.3
5.0.2
- Fixed: Use existing code path to close control socket when replacing it.
- Fixed: Destroy sockets explicitly on timeouts only.
5.0.1
5.0.0
- Breaking change: Library requires at least Node version 10.
- Changed: Use feature set as reported by server to determine transfer strategy.
- Changed: Test suite improvements to better reflect behaviour of an FTP server.
- Fixed: Issues around incomplete upload described in #205.
- Fixed: Variation of empty directory listing described in #206.
- Fixed: List parsing for specific Unix flavor described in #193.
- Fixed: Prevent late internal exceptions from sockets.
- Fixed: Stop explicitly destroying sockets, too early in rare cases.
4.6.6
- Fixed: Log reason why transfer modes fail when testing.
4.6.5
4.6.4
- Fixed: Hostname doesn't match certificates altnames for data connection. (#166, #179, @alandoherty)