Releases: invenia/FTPClient.jl
Releases · invenia/FTPClient.jl
v1.2.0
FTPClient v1.2.0
Diff since v1.1.0
Closed issues:
- Use Mozilla CA bundle to validate peers (#100)
Merged pull requests:
v1.0.2
FTPClient v1.0.2
Diff since v1.0.1
Closed issues:
- Binary/ASCII test failures (#91)
Merged pull requests:
Remove Julia 0.6 Support
Merge pull request #83 from invenia/fc/drop-0.6
Drop Julia 0.6 Support
v0.7.0: Make upload more consistent, remove retrys in upload. (#79)
- Switched to using FTPServer.jl for testing (#78)
- Make upload more consistent, remove retrys in upload. (#79)
Lazy FTP connections
- Update LibCURL to v0.4.1 and re-enable 32-bit windows (#69)
- Add note on Travis not supporting sudo-enabled Linux (#71)
- Break apart FTPC (#74)
- Remove ssl/url keyword deprecations (#76)
- Deprecate setting verbose for individual commands deprecation (#75)
- Lazy FTP connections (#77)
v0.5.0
- Add support for "ftpes://" protocol parsing (#67)
- Update to support Julia 1.0 (#65)
- Drop Dependency CI badge (#68)
URL FTP constructor
- Handle waiting for data to be written to server file. (#60)
- Close should return nothing (#59)
- Generalized copy and wait test code. (#62)
- Cleanup RequestOptions (#61)
- URL constructors and port keywords (#63)