Skip to content

Latest commit

 

History

History
78 lines (59 loc) · 1.41 KB

HISTORY.rst

File metadata and controls

78 lines (59 loc) · 1.41 KB

Changelog for ftpretty

0.4.0 (2021-06-12)
  • added get_tree command
  • rewrote MockFTP for test to use in-memory filesystem
0.3.5 (2021-02-03)
  • bugfixes for directory listing time parsing
0.3.4 (2020-10-01)
  • mkdir() added
0.3.3 (2020-07-27)
  • parse alternate directory listing format
0.3.1 (2019-12-01)
  • accept port argument
0.3.0 (2019-10-21)
  • permissions parsing fix, upload tree fix
0.2.4 (2016-12-14)
  • upload_tree() added

0.2.3 (2015-12-01)

  • rename() added

0.2.2 (2015-07-23)

  • Setup fix

0.2.1 (2015-05-20)

  • Python3 support added

0.2.0 (2014-11-28)

  • Fixed an edge case for list
  • PEP 8 fixes

0.1.9 (2014-06-17)

  • Support for Python 2.6

0.1.8 (2014-04-08)

  • Add ability to filter dotfiles from directory list

0.1.7 (2014-03-03)

  • Add tests

0.1.6 (2014-02-17)

  • Parse file dates in list(extra=True) into datetime objects
  • add dateutil dependency
  • Add tests and mock FTP client
  • Reformat authors file
  • Some more examples
  • Pep8ify

0.1.5 (2014-02-17)

  • Version bump for PyPI

0.1.4 (2014-02-17)

  • History fix

0.1.3 (2014-02-17)

  • Add passive flag

0.1.2 (2014-02-13)

  • Initial release.