Skip to content

Releases: invenia/FTPClient.jl

v1.2.1

25 Jun 16:02
f1d3d97
Compare
Choose a tag to compare

FTPClient v1.2.1

Diff since v1.2.0

Merged pull requests:

v1.2.0

16 Jun 17:02
69f6da5
Compare
Choose a tag to compare

FTPClient v1.2.0

Diff since v1.1.0

Closed issues:

  • Use Mozilla CA bundle to validate peers (#100)

Merged pull requests:

v1.1.0

23 May 13:02
14097e6
Compare
Choose a tag to compare

FTPClient v1.1.0

Diff since v1.0.2

Merged pull requests:

v1.0.2

23 May 01:03
98bed2f
Compare
Choose a tag to compare

FTPClient v1.0.2

Diff since v1.0.1

Closed issues:

  • Binary/ASCII test failures (#91)

Merged pull requests:

v1.0.1

23 May 16:38
v1.0.1
80e32da
Compare
Choose a tag to compare

v1.0.1 (2019-05-23)

Diff since v1.0.0

Merged pull requests:

  • Use LibCURL 0.5.1 for FreeBSD support (#86) (omus)

Remove Julia 0.6 Support

28 Feb 16:42
692ff7c
Compare
Choose a tag to compare
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)

07 Jan 22:16
Compare
Choose a tag to compare
  • Switched to using FTPServer.jl for testing (#78)
  • Make upload more consistent, remove retrys in upload. (#79)

Lazy FTP connections

03 Dec 18:31
7a7917d
Compare
Choose a tag to compare
  • 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

29 Aug 16:13
e29cb24
Compare
Choose a tag to compare
  • Add support for "ftpes://" protocol parsing (#67)
  • Update to support Julia 1.0 (#65)
  • Drop Dependency CI badge (#68)

URL FTP constructor

03 Aug 01:24
856de70
Compare
Choose a tag to compare
  • 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)