1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/ftp/py-ftputil/pkg-descr
Li-Wen Hsu 1b419a1288 - Update to 3.4
- Change MASTER_SITES to CHEESESHOP

PR:		239330
Submitted by:	pkubaj
2019-07-20 09:41:32 +00:00

10 lines
473 B
Plaintext

ftputil is a high-level FTP client library for the Python programming language.
ftputil implements a virtual file system for accessing FTP servers, that is,
it can generate file-like objects for remote files. The library supports many
functions similar to those in the os, os.path and shutil modules. ftputil has
convenience functions for conditional uploads and downloads, and handles FTP
clients and servers in different timezones.
WWW: https://ftputil.sschwarzer.net/