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

Changelog History
Page 2

  • v4.5.4 Changes

    March 22, 2020
    • ๐Ÿ›  Fixed: Catch server closing connection without error. (#138)
  • v4.5.3 Changes

    January 14, 2020
    • ๐Ÿ›  Fixed: Allow 'undefined' to be passed to trackProgress. (#125, @FabianMeul)
  • v4.5.2 Changes

    December 26, 2019
    • ๐Ÿ›  Fixed: Try next available list command after any FTP error. (#117)
  • v4.5.1 Changes

    November 07, 2019
    • ๐Ÿ›  Fixed: Remove eager check for remoteAddress of a socket. (#106)
  • v4.5.0 Changes

    November 06, 2019
    • โž• Added: Directory listings are included in transfer progress tracking.
    • ๐Ÿ›  Fixed: Possible edge case where socket is disconnected but client still says it's open.
  • v4.4.1 Changes

    October 29, 2019
    • ๐Ÿ›  Fixed: Return to former working directory also after error when calling directory-related methods.
  • v4.4.0 Changes

    October 28, 2019
    • ๐Ÿ”„ Changed: Current API uploadDir and downloadDir has been deprecated, use uploadFromDir and downloadToDir.
    • โž• Added: You can specifiy a custom remote directory with downloadToDir.
  • v4.3.2 Changes

    October 27, 2019
    • ๐Ÿ›  Fixed regression at 4.3.0: File descriptor closed too early. (#103)
  • v4.3.1 Changes

    October 22, 2019
    • ๐Ÿ›  Fixed: When downloading to a local file and an error occurs, only remove it if no data has been downloaded so far.
  • v4.3.0 Changes

    October 19, 2019
    • โž• Added: More explicit API uploadFrom, appendFrom and downloadTo. upload and download are still available but deprecated.
    • โž• Added: Handle file downloads and uploads directly by supporting local file paths in uploadFrom and downloadTo.
    • โž• Added: Make it easier to resume a download of a partially downloaded file. See documentation of downloadTo for more details.