
deets at nospam
Jul 10, 2009, 1:59 AM
Post #2 of 2
(164 views)
Permalink
|
jayesh bhardwaj schrieb: > Hi, > i was trying to download file frm a terminal having apache with > httplib manipulation. It worked, now i want to upload file to the > terminal. Can this b done by httplib too? "Upload file to the terminal" makes no sense to me. You can upload something to a server. You can run a terminal. You can run a ssh-session to a server in a terminal. You can't upload to a terminal. But you can use httplib (or better urllib2) to make http-post-requests to webservers. And last but not least the ubiquious http://catb.org/esr/faqs/smart-questions.html Diez -- http://mail.python.org/mailman/listinfo/python-list
|