The ftputil Python library provides a high-level interface to remote files over FTP, similar to os, os.path and shutil.
ftputil is an FTP client library for Python. It builds on ftplib from the standard library to provide an interface to the remote directories and files similar to os
, os.path
and shutil
.