[Tutor] File transfer

Alan Gauld alan.gauld at btinternet.com
Sun Oct 31 10:13:34 CET 2010


"Chris King" <g.nius.ck at gmail.com> wrote

>     How would I send a file from one computer to another. I have
> modules which can send simple objects, such as dictionaries with 
> simple
> objects in it. They can't send files thou. Please help.


Can you use ftp?
Thats the easiest way... Python has an ftp module.
The only snag is the other end needs to be running an ftp server.

HTH,


-- 
Alan Gauld
Author of the Learn to Program web site
http://www.alan-g.me.uk/




More information about the Tutor mailing list