Re: Need help with wget from a password-protected URL

2007-11-11 Thread Alan Thomas
Quotation marks around the text containing special characters should work in Windows batch files. - Original Message - From: Tony Godshall [EMAIL PROTECTED] To: Uma Shankar [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Sunday, November 11, 2007 12:48 AM Subject: Re: Need help with wget

Need help with wget from a password-protected URL

2007-11-10 Thread Uma Shankar
Hi - I've been struggling to download data from a protected site. The man pages intruct me to use the --http-user=USER and --http-passwd=PASS options when issuinig the wget command to the URL. I get error messages when wget encounters special chars in the password. Is there a way to get around

Re: Need help with wget from a password-protected URL

2007-11-10 Thread Tony Godshall
sounds like a shell issue. assuming you are on a nix, try 'pass' (so shell passed the weird chars literally. If you are on Windows, it's another story. On 11/10/07, Uma Shankar [EMAIL PROTECTED] wrote: Hi - I've been struggling to download data from a protected site. The man pages intruct me

Re: Very Basic Help with Wget

2004-05-27 Thread Hrvoje Niksic
Seth Shafer [EMAIL PROTECTED] writes: I'm trying to retrieve content from 50 or so pages, merge it into one file, and convert all of the links in that that one file. Unfortunately, that won't work. The -O option is not compatible with --convert-links, or even with `-r'.

Very Basic Help with Wget

2004-05-26 Thread Seth Shafer
I've got Wget up and running fine, but am having trouble with some specific commands I'm trying to run. Thanks in advance for any help. I'm trying to retrieve content from 50 or so pages, merge it into one file, and convert all of the links in that that one file. I've created an input file with

RE: help with wget????

2003-08-25 Thread Herold Heiko
- From: Shell Gellner [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2003 12:33 AM To: [EMAIL PROTECTED] Subject: help with wget Dear Sirs, I've downloaded the GNU software but when I try to run the WGET.exe file it keeps telling me 'is linked to missing export LIBEAY32.DLL

Re: help with wget????

2003-08-14 Thread Aaron S. Hawley
searching the web i found out that cygwin has wget and there's also this: http://kimihia.org.nz/projects/cygwget/ /a On Wed, 13 Aug 2003, Shell Gellner wrote: Dear Sirs, I've downloaded the GNU software but when I try to run the WGET.exe file it keeps telling me 'is linked to missing

Help compiling Wget on MachTen

2001-08-20 Thread Robin B. Lake
Compiling wget on a Mac G3, OS 8.6, MachTen 4.1.1. After converting the un-tarred files from Mac to UNIX, and running ./configure, typing make yields the following: root@G3# make echo timestamp stamp-h.in cd src make CC='gcc' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H -DSYSTEM_WGETRC=\/usr

Re: Help compiling Wget on MachTen

2001-08-20 Thread Edward J. Sabol
Compiling wget on a Mac G3, OS 8.6, MachTen 4.1.1. After converting the un-tarred files from Mac to UNIX, and running ./configure, typing make yields the following: Did you use Stuffit Expander or some other Mac program to do your un-tar-ing? If so, that's probably the root of your problem.