Httplib issues

J

jayesh bhardwaj

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?
 
D

Diez B. Roggisch

jayesh said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,201
Messages
2,571,049
Members
47,655
Latest member
eizareri

Latest Threads

Top