All Versions
103
Latest Version
Avg Release Cycle
24 days
Latest Release
-

Changelog History
Page 8

  • v2.8.2 Changes

    • When downloading, handle incoming data before announcement from control socket arrives.
    • โœ… More tests for uploading and downloading data including directory listings.
    • ๐Ÿ‘‰ Use download mechanism for directory listings as well.
  • v2.8.1 Changes

    • ๐Ÿ‘Œ Improve documentation.
    • โšก๏ธ Update linter.
  • v2.8.0 Changes

    • ๐Ÿ”„ Change uploadDir() so that it reuses directories on the FTP server if they already exist. (#5)
  • v2.7.1 Changes

    • ๐Ÿ›  Fix linter complaint.
  • v2.7.0 Changes

    • โž• Add method to remove a file.
    • ๐Ÿ›  Fix listing parser autodetection by filtering out empty lines.
    • ๐Ÿ›  Fix upload with TLS, wait for secureConnect if necessary.
  • v2.6.2 Changes

    • ๐Ÿ›  Fix TLS upgrade for data connections. (#4)
  • v2.6.1 Changes

    • โฌ†๏ธ Handle TLS upgrade error by reporting it to the current task handler.
  • v2.6.0 Changes

    • โž• Add method to retrieve file size.
  • v2.5.2 Changes

    • Don't report unexpected positive completion codes as errors.
    • ๐Ÿ‘Œ Improve documentation.
  • v2.5.1 Changes

    • ๐Ÿ’… Mention DOS-style directory listing support in README.