FTP
Andrew Bennetts
andrew-pythonlist at puzzling.org
Wed Apr 16 09:22:54 EDT 2003
On Tue, Apr 15, 2003 at 10:15:56PM -0400, Jp Calderone wrote:
> On Tue, Apr 15, 2003 at 06:27:11PM -0700, Matt Singer wrote:
> > I have an application with a PYQT interface that uploads large files.
> > Is there an async method to get how much data has been sent with
> > storlines to update a progress bar? Or is there an alternate ftp
> > interface?
>
> Twisted might help.
>
> http://twistedmatrix.com/documents/TwistedDocs/current/api/public/twisted.protocols.ftp.html
>
> and doc/examples/ftpclient.py in the source tarball.
Note that upload support has only been added recently, so you'll need to get
1.0.4rc1.
-Andrew.
More information about the Python-list
mailing list