Skip to content

Releases: patrickjuchli/basic-ftp

3.8.1

14 Aug 18:06
Compare
Choose a tag to compare
  • Fixed: Support non-standard response to EPSV by IBM i or z/OS servers. (#87)
  • Fixed: Make unit tests for failing streams less dependent on platform. (#86)
  • Fixed: Improve marking protected methods for JS compilation output.

3.8.0

25 Jul 16:07
Compare
Choose a tag to compare
  • Added: Use client.append() to append to an existing file on the FTP server. (#83)

3.7.1

19 Jul 07:12
Compare
Choose a tag to compare
  • Fixed: Use ESLint instead of TSLint.

3.7.0

26 Jun 12:18
Compare
Choose a tag to compare
  • Added: Users can access internal transfer modes to force a specific one. (#77)
  • Fixed: Handle stream error events for upload and download. (#78)

3.6.0

05 Jun 13:26
Compare
Choose a tag to compare
  • Added: Make parseList public API. (#75, @xnerhu)
  • Changed: Update Typescript 3.5.1

3.5.0

19 Apr 07:31
Compare
Choose a tag to compare
  • Added: Client list method supports optional path argument. (#69, @ThatOdieGuy)
  • Changed: Updated Typescript 3.4.4

3.4.4

20 Mar 09:23
Compare
Choose a tag to compare
  • Fixed: Reject failing connection for passive transfer with Error instance. (#65)

3.4.3

06 Mar 17:22
Compare
Choose a tag to compare
  • Fixed: Handle multline response message closing without message. (#63)
  • Fixed: Track timeout during connect. (#64)

3.4.2

26 Feb 14:26
Compare
Choose a tag to compare
  • Fixed: Unix directory listing in some cases interpreted as DOS listing. (#61)

3.4.1

23 Feb 19:59
Compare
Choose a tag to compare
  • Fixed: Close the current control connection when connect creates a new one that is not an upgrade.