Releases: patrickjuchli/basic-ftp
Releases · patrickjuchli/basic-ftp
5.2.0
23 Feb 15:18
Immutable
release. Only release title and notes can be modified.
Compare
Sorry, something went wrong.
No results found
Changed: Skip files with invalid name in downloadToDir.
5.1.0
27 Dec 08:31
Compare
Sorry, something went wrong.
No results found
Added: Add the option to prevent the use of separate transfer host IPs when using PASV. (#259 )
5.0.5
27 Feb 21:09
Compare
Sorry, something went wrong.
No results found
5.0.4
13 Dec 20:00
Compare
Sorry, something went wrong.
No results found
Fixed: Handle relative paths in Client.removeDir()
5.0.3
05 May 08:19
Compare
Sorry, something went wrong.
No results found
Fixed: Improve closing sequence for control socket. (#224 , #228 )
Fixed: Avoid deprecation error. (#221 )
Fixed: Set default settings before login in case there are non-ascii characters in user or password. (#229 , @lgpseu )
5.0.2
01 Sep 13:14
Compare
Sorry, something went wrong.
No results found
Fixed: Use existing code path to close control socket when replacing it.
Fixed: Destroy sockets explicitly on timeouts only.
5.0.1
21 Jul 09:26
Compare
Sorry, something went wrong.
No results found
Fixed: Don't trust FEAT response of servers regarding EPSV. (#213 )
Fixed: Include original error message when client reports as closed.
5.0.0
16 Jul 07:42
Compare
Sorry, something went wrong.
No results found
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
27 Mar 17:48
Compare
Sorry, something went wrong.
No results found
Fixed: Log reason why transfer modes fail when testing.
4.6.5
26 Mar 19:52
Compare
Sorry, something went wrong.
No results found
Fixed: Only use MLSD after querying support for feature. (#187 )