High-level FTP client library for Python
Usually, you install ftputil with
pip install ftputil
The releases here are the same as in the Python Package Index (PyPI).
For more information on ftputil, see the website.
Released on 2021-11-13
Latest stable version, recommended.
Released on 2021-03-18
Released on 2021-02-17
Note: This version is not backward-compatible with ftputil 4.0.0 and earlier.
Released on 2020-06-13
Note: This version is not backward-compatible with ftputil 3.4 and earlier.
exist_ok
argument in FTPHost.makedirs
(#117)Released on 2017-11-08
Last version with support for Python < 3.6
Released on 2016-02-18
Released on 2015-12-25
makedirs
for virtual directories (#86)Released on 2014-10-12
SocketFileAdapter
module for use in other projectsReleased on 2014-06-16
followlinks
argument in FTPHost.walk
Released on 2013-11-17
Note: This version is not backward-compatible with ftputil 2.8 and earlier.
Released on 2013-03-30
Last version with support for Python 2.4/2.5
LIST -a
by default