File Upload Script

Fredrik Lundh fredrik at pythonware.com
Fri Sep 30 00:52:40 EDT 2005


"Chuck" wrote:

> Hi, can anyone provide or point me in the direction of a simple python
> file upload script?  I've got the HTML form part going but simply
> putting the file in a directory on the server is what I'm looking for.
> Any help would be greatly appreciated.

upload how?  WebDAV?  scp?  FTP?  if the latter, the third script
on this page is about as simple as things can get:

    http://effbot.org/librarybook/ftplib.htm

</F> 






More information about the Python-list mailing list