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.
Using urllib2 and ftplib for file sharing
Collapse
X
-
Tags: None
-
you could always try paramiko. I've used it for FTP and it is heavily documented: http://www.lag.net/paramiko/docs/
Comment