Adding ftputil to the Python distribution?

Stefan Schwarzer sschwarzer at sschwarzer.net
Mon Nov 4 15:20:04 EST 2002


ftputil is a module for accessing FTP hosts in a more abstract way than
is possible with ftplib. ftputil hides the FTP protocol - and even the
access to an FTP server. For example, reading from and writing to file-like
objects corresponding to files on a remote host are possible.

ftputil may be of general enough use to put in into the Python standard
library, I was told. Comments?


Links:

Module description and download:
http://www.sschwarzer.net/python/python_software.html

Original announcement for version 1.0:
http://mail.python.org/pipermail/python-list/2002-January/082771.html

Announcement of version 1.1
http://mail.python.org/pipermail/python-list/2002-April/097078.html


Stefan




More information about the Python-list mailing list