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

Changelog History
Page 9

  • v2.5.0 Changes

    • โž• Add support for DOS-style directory listing.
    • ๐Ÿ“œ Select a compatible directory listing parser automatically.
    • ๐Ÿ“œ Throw an exception with a detailed description if the directory listing can't be parsed.
  • v2.4.2 Changes

    • ๐Ÿ›  Fix documentation of default arguments for login().
  • v2.4.1 Changes

    • ๐Ÿ‘Œ Improve introduction in README
  • v2.4.0 Changes

    • โž• Add default port for connect().
    • โž• Add default anonymous credentials for login().
    • ๐Ÿ‘Œ Improve documentation
  • v2.3.3 Changes

    • Accept more positive preliminary and completion replies for transfers.
  • v2.3.2 Changes

    • ๐Ÿ“š Documentation improvements
    • More internal functions made available for custom extensions.
  • v2.3.1 Changes

    • Wait for both data and control connection reporting completion for list, upload and download.
  • v2.3.0 Changes

    • โž• Add features() method to client that returns a parsed result of the FEAT command.
    • Give access to internal list, upload and download functions for reuse in custom contexts.
  • v2.2.1 Changes

    • ๐Ÿ– Handle case when downloading, a server might report transfer complete when it isn't.
    • Document encoding property on FTPContext.
  • v2.2.0 Changes

    • 0๏ธโƒฃ Encoding can be set explicitly, defaults to UTF-8.
    • ๐Ÿ– Handle multiline responses arriving in multiple chunks.