Re: downloading http

2005-09-15 Thread George Georgalis
Thanks for all the help with wget, ;-) My project was a country code netblock obtainer for use with spamd, so for example if you want to block all mail from Western Samoa, Liberia, and USA use cc2netblock.sh ws lr us It will output the netblocks (CIDR or not) to a file, then dump to stdout unles

Re: downloading http

2005-09-15 Thread Leandro Melo de Sales
remember, use the -c option if you want download resume! wget -c http://domain/path/to/file Leandro 2005/9/16, djgoku <[EMAIL PROTECTED]>: > On 9/15/05, L. V. Lammert <[EMAIL PROTECTED]> wrote: > > > > On Thu, 15 Sep 2005, George Georgalis wrote: > > > > > Pardon the stupid question. But how do

Re: downloading http

2005-09-15 Thread djgoku
> Oh! lynx is in base, :) and it does seem to have a -source switch > which works like dump but dumps the file source to stdout (I need > non-interactive). Unfortunately the feature I was really looking > for is no download if header timestamp and file size match. Don't > see it in lynx. > > But g

Re: downloading http

2005-09-15 Thread djgoku
On 9/15/05, L. V. Lammert <[EMAIL PROTECTED]> wrote: > > On Thu, 15 Sep 2005, George Georgalis wrote: > > > Pardon the stupid question. But how does one download http in > > OpenBSD? I looked for fetch in packages but did not find. I see > > this dir /usr/rOPENBSD_3_7/infrastructure/fetch but I'm n

Re: downloading http

2005-09-15 Thread George Georgalis
On Fri, Sep 16, 2005 at 03:03:19AM +, > >On 09/15/2005 09:30:24 PM, George Georgalis wrote: >>Pardon the stupid question. But how does one download http in >>OpenBSD? > >I could be wrong about all of this: >lynx has some sort of "save as" feature. >IIRC there's a port of wget. >Lordy, curl is

Re: downloading http

2005-09-15 Thread L. V. Lammert
On Thu, 15 Sep 2005, George Georgalis wrote: > Pardon the stupid question. But how does one download http in > OpenBSD? I looked for fetch in packages but did not find. I see > this dir /usr/rOPENBSD_3_7/infrastructure/fetch but I'm not sure > what it is or how to use it. > wget? Lee ===

Re: downloading http

2005-09-15 Thread Chris Kuethe
On 9/15/05, George Georgalis <[EMAIL PROTECTED]> wrote: > Pardon the stupid question. But how does one download http in > OpenBSD? I looked for fetch in packages but did not find. I see > this dir /usr/rOPENBSD_3_7/infrastructure/fetch but I'm not sure > what it is or how to use it. Lynx or ftp, b

Re: downloading http

2005-09-15 Thread eric
On Thu, 2005-09-15 at 22:30:24 -0400, George Georgalis proclaimed... > Pardon the stupid question. But how does one download http in > OpenBSD? I looked for fetch in packages but did not find. I see > this dir /usr/rOPENBSD_3_7/infrastructure/fetch but I'm not sure > what it is or how to use it. >

Re: downloading http

2005-09-15 Thread Jason Crawford
man 1 ftp On 9/15/05, George Georgalis <[EMAIL PROTECTED]> wrote: > > Pardon the stupid question. But how does one download http in > OpenBSD? I looked for fetch in packages but did not find. I see > this dir /usr/rOPENBSD_3_7/infrastructure/fetch but I'm not sure > what it is or how to use it. >

Re: downloading http

2005-09-15 Thread imEnsion
download http? I think you're looking for wget. /usr/ports/net/wget/ On 9/15/05, George Georgalis <[EMAIL PROTECTED]> wrote: > Pardon the stupid question. But how does one download http in > OpenBSD? I looked for fetch in packages but did not find. I see > this dir /usr/rOPENBSD_3_7/infrastruc

downloading http

2005-09-15 Thread George Georgalis
Pardon the stupid question. But how does one download http in OpenBSD? I looked for fetch in packages but did not find. I see this dir /usr/rOPENBSD_3_7/infrastructure/fetch but I'm not sure what it is or how to use it. Is ports required to get files by this protocol? I'm not sure what else I can