Using urllib2 and ftplib for file sharing

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chainsinthewall
    New Member
    • Feb 2008
    • 3

    Using urllib2 and ftplib for file sharing

    Me and a friend of mine are trying to make a file sharing program using python. I have a book that recommends using urllib2 for file transfers. But which ever we end up using, i cant find any explanation on how to use either for simple file transfers.
  • jlm699
    Contributor
    • Jul 2007
    • 314

    #2
    you could always try paramiko. I've used it for FTP and it is heavily documented: http://www.lag.net/paramiko/docs/

    Comment

    Working...