Skip to content

Releases: patrickjuchli/basic-ftp

2.17.0

04 Dec 18:58
Compare
Choose a tag to compare

2.16.1

01 Dec 15:37
Compare
Choose a tag to compare
  • Fixed: Closing client during task will reject associated promise. (#34)

2.16.0

14 Nov 21:43
Compare
Choose a tag to compare
  • Changed: Include hidden files in file listings, fixes removeDir and clearWorkingDir. Changes behaviour for downloadDir and list. (#29, @conlanpatrek)

2.15.0

31 Oct 20:43
Compare
Choose a tag to compare
  • Changed: Timeout on control socket is only considered during active task, not when idle. This also fixes #27, as well as #26.

2.14.4

24 Oct 19:19
Compare
Choose a tag to compare
  • Fixed: Regression where closed clients throws timeout because of idle socket. (#26)

2.14.3

07 Oct 18:00
Compare
Choose a tag to compare
  • Fixed: JSDoc type annotations.
  • Fixed: Minor fixes to documentation.

2.14.2

03 Oct 05:47
Compare
Choose a tag to compare
  • Make it possible to reconnect after closing the client.

2.14.0

27 Sep 06:03
Compare
Choose a tag to compare
  • Improved error handling and reporting.

2.13.2

30 Jun 13:12
Compare
Choose a tag to compare
  • Various improvements to documentation.

2.13.1

09 Jun 17:33
Compare
Choose a tag to compare
  • 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.