Tweak ftp/p5-Net-FTP-Recursive version 2.04_2
[dports.git] / ftp / py-ftputil / pkg-descr
1 ftputil is a high-level FTP client library for the Python programming language.
2
3 ftputil implements a virtual file system for accessing FTP servers, that is,
4 it can generate file-like objects for remote files. The library supports many
5 functions similar to those in the os, os.path and shutil modules. ftputil has
6 convenience functions for conditional uploads and downloads, and handles FTP
7 clients and servers in different timezones.
8
9 WWW: https://ftputil.sschwarzer.net/