Re: [Tutor] Downloading from http

2005-02-12 Thread Kent Johnson
Mark Kels wrote: On Sat, 12 Feb 2005 09:25:10 -0500, Jacob S. <[EMAIL PROTECTED]> wrote: urllib or urllib2 or maybe httplib maybe? urlopen( url[, data]) I'm sorry, but I didn't understood a thing (maybe its because of my bad english, and mybe its because I'm just dumb :). Anyway, can you giv

Re: [Tutor] Downloading from http

2005-02-12 Thread Mark Kels
On Sat, 12 Feb 2005 09:25:10 -0500, Jacob S. <[EMAIL PROTECTED]> wrote: > urllib or urllib2 or maybe httplib maybe? > > urlopen( url[, data]) > > Open the URL url, which can be either a string or a Request object. > data should be a string, which specifies additional data to send to t

Re: [Tutor] Downloading from http

2005-02-12 Thread Jacob S.
urllib or urllib2 or maybe httplib maybe? urlopen( url[, data]) Open the URL url, which can be either a string or a Request object. data should be a string, which specifies additional data to send to the server. In HTTP requests, which are the only ones that support data, it should be a

[Tutor] Downloading from http

2005-02-12 Thread Mark Kels
Hi list. How can I download a file from an HTTP server ? I checked the documentation but couldn't find what I need. Thanks! -- 1. The day Microsoft makes something that doesn't suck is probably the day they start making vacuum cleaners. 2. Unix is user friendly - it's just picky about it's frien