mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
1b419a1288
- Change MASTER_SITES to CHEESESHOP PR: 239330 Submitted by: pkubaj
10 lines
473 B
Plaintext
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/
|