aboutsummaryrefslogtreecommitdiff
path: root/ftp/py-ftputil
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.2.2Li-Wen Hsu2007-04-282-4/+4
| | | | | | | Approved by: clsung (mentor, implicitly) Notes: svn path=/head/; revision=191072
* - Change to my FreeBSD.org emailLi-Wen Hsu2007-04-041-1/+1
| | | | | | | Approved by: clsung (mentor) Notes: svn path=/head/; revision=189163
* - Update to 2.2.1Martin Wilke2007-01-272-5/+5
| | | | | | | | PR: ports/108419 Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> (maintainer) Notes: svn path=/head/; revision=183450
* ftputil is a high-level FTP client library for the Python programming language.Martin Wilke2006-12-275-0/+115
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: http://ftputil.sschwarzer.net/ PR: ports/107186 Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org> Notes: svn path=/head/; revision=180861