Skip to content

Releases: patrickjuchli/basic-ftp

4.6.2

03 Jul 07:20
Compare
Choose a tag to compare
  • Fixed: Allow directory names ending with space in client.list(). (#149, @inithink)
  • Fixed: Don't trim incoming message chunks.
  • Fixed: Reference Node.js types in tsconfig settings.

4.6.1

07 Jun 05:16
Compare
Choose a tag to compare
  • Fixed: Missing StringEncoding in export. (#144)

4.6.0

06 Jun 17:52
Compare
Choose a tag to compare
  • Added: Support for implicit FTPS. (#121, @sparebytes)
  • Fixed: Detection of stream being finished early. (#143)

4.5.4

22 Mar 10:18
Compare
Choose a tag to compare
  • Fixed: Catch server closing connection without error. (#138)

4.5.3

14 Jan 17:36
Compare
Choose a tag to compare
  • Fixed: Allow 'undefined' to be passed to trackProgress. (#125, @FabianMeul)

4.5.2

26 Dec 18:02
Compare
Choose a tag to compare
  • Fixed: Try next available list command after any FTP error. (#117)

4.5.1

07 Nov 17:15
Compare
Choose a tag to compare
  • Fixed: Remove eager check for remoteAddress of a socket. (#106)

4.5.0

06 Nov 13:56
Compare
Choose a tag to compare
  • 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

29 Oct 13:57
Compare
Choose a tag to compare
  • Fixed: Return to former working directory also after error when calling directory-related methods.

4.4.0

28 Oct 09:18
Compare
Choose a tag to compare
  • Changed: Current API uploadDir and downloadDir has been deprecated, use uploadFromDir and downloadToDir.
  • Added: You can specifiy a custom remote directory with downloadToDir.