Large files uploading

Fredrik Lundh fredrik at pythonware.com
Wed Dec 13 10:28:39 EST 2006


Lad wrote:

>> to use any communications protocol (including HTTP), both ends must have
>> programs that can talk that protocol...
>>
> Sure, but browsers have FTP support.

ftp upload support ?

> But how to call the FTP API from Python?

if you want the users to upload things using FTP, why do *you* need
to call "the FTP API" (whatever that is) from Python ?  why not just
set up a server?

</F>




More information about the Python-list mailing list