Simple FTP Client
Just
just at xs4all.nl
Sun Feb 2 07:26:05 EST 2003
More information about the Python-list mailing list
Sun Feb 2 07:26:05 EST 2003
- Previous message (by thread): distutils / RedHat8 with rpm 4.1
- Next message (by thread): Simple FTP Client
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In article <mailman.1044148623.7482.python-list at python.org>, Andrew Bennetts <andrew-pythonlist at puzzling.org> wrote: > You need to pass a callback method, which will be called with each piece of > data as it comes in. > > E.g. > > f = open('downloaded.file', 'w') > ftp.retrbinary(...., f.write) Except you must open the file in binary mode for this to be portable. Just
- Previous message (by thread): distutils / RedHat8 with rpm 4.1
- Next message (by thread): Simple FTP Client
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list