file transfer in python

Doron Tal doron.tal.list at gmail.com
Fri Jun 26 08:07:45 EDT 2009


On Fri, Jun 26, 2009 at 2:38 PM, jayesh bhardwaj
<bhardwajjayesh at gmail.com>wrote:

> i am trying to find something useful in python to transfer html files
> from one terminal to other. Can this be done with some module or shall
> i start coding my own module using low level socket interface. If u
> know about some books on this topic or any online help then plz help.
> --
> http://mail.python.org/mailman/listinfo/python-list
>

You can try the xmlrpclib:
http://docs.python.org/library/xmlrpclib.html#binary-objects

--doron
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20090626/994ad60b/attachment-0001.html>


More information about the Python-list mailing list