Releases: patrickjuchli/basic-ftp
Releases · patrickjuchli/basic-ftp
3.8.1
- 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
- Added: Use
client.append()
to append to an existing file on the FTP server. (#83)
3.7.1
- Fixed: Use ESLint instead of TSLint.
3.7.0
- 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
- Added: Make parseList public API. (#75, @xnerhu)
- Changed: Update Typescript 3.5.1
3.5.0
- Added: Client
list
method supports optional path argument. (#69, @ThatOdieGuy)
- Changed: Updated Typescript 3.4.4
3.4.4
- Fixed: Reject failing connection for passive transfer with Error instance. (#65)
3.4.3
- Fixed: Handle multline response message closing without message. (#63)
- Fixed: Track timeout during connect. (#64)
3.4.2
- Fixed: Unix directory listing in some cases interpreted as DOS listing. (#61)
3.4.1
- Fixed: Close the current control connection when
connect
creates a new one that is not an upgrade.