-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Gary Lubrani wrote:
>
> ok, almost there, here's what ran so far, seems to fail when I
> do MAKE INSTALL (shows error 2, whatever that is)
> /usr/bin/install -c wget /usr/local/bin/wget
> /usr/bin/install: cannot create regular file `/usr/local/bin/w
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Gary Lubrani wrote:
> --
> Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
A signature customarily goes _underneath_ the text of your message.
Otherwise, quoting your message in the response is a bit of a hassle.
> using Ubuntu
From: Gary Lubrani
Not the most descriptive subject I've ever seen.
> checking for C compiler default output file name...
> configure: error: C compiler cannot create executables
Apparently your C compiler is not working as expected.
> See `config.log' for more details.
Well? Any clu
--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
using Ubuntu 7.10
did a ./configure and here's the result
[EMAIL PROTECTED]:~$ cd Desktop
[EMAIL PROTECTED]:~/Desktop$ cd wget-1.11
[EMAIL PROTECTED]:~/Desktop/wget-1.11$ ./configure
configure: configuring for GNU Wget 1
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
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
> intruc
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 this
rahul kumar wrote:
> The thing is that i can't execute that command (wget Command)through
> Windows...RUN Utility. So could you please give me some idea what i
> need to do such that i can execute my Batch Application through
> Windows XP Operationg System...
Wget it is a console-only command, so
HI sir
I am trying to make a batch application for my routine search that we try to do
on the internet ...like i want to see the wt is the Value of a particular share
. Suppose site having information like this...(Suppose that data is there on
the only Home page like this)
FundName SalePrice Rep
HI sir
I am trying to make a batch application for my routine search that we try to do
on the internet ...like i want to see the wt is the Value of a particular share
. Suppose site having information like this...(Suppose that data is there on
the only Home page like this)
FundName SalePrice Rep
> Hi, When I run this command from the DOS prompt:
> wget.exe --output-document=C:\F-Prot\FP-Def.zip
> --http-proxy=http://139.141.91.12:80/
> http://www.f-prot.com/cgi-bin/get_randomly?fp-def
> I get "unrecognized option '--http-proxy=http://139.141.91.12:80/'.
> Can U Please, e-mail me the rig
Hi,
When I run this command from the DOS prompt:
wget.exe --output-document=C:\F-Prot\FP-Def.zip --http-proxy=http://139.141.91.12:80/
http://www.f-prot.com/cgi-bin/get_randomly?fp-def
I get "unrecognized option '--http-proxy=http://139.141.91.12:80/'.
Can U Please, e-mail me the right command
Anurag Jain wrote:
> downloading a bin big file(268MB) using "wget" command on our solrise
> box using
> wget / which located on some webserver it start
> downloading
> it and after 42% it give a msg "no disk space available and it get
> stopped. although i
> check on sever lot more free space is
Hi ,
downloading a bin big file(268MB) using "wget" command on our solrise
box using
wget / which located on some webserver it start
downloading
it and after 42% it give a msg "no disk space available and it get
stopped. although i
check on sever lot more free space is available.
I appreciate h
QC> wget -r --convert-links http://netcity4.web.hinet.net/UserData/tsd04/1122-2.htm -o
test.log
QC> worked. It downloaded the html and files accoicated with it.
QC> But
QC> wget -r --convert-links http://netcity4.web.hinet.net/UserData/tsd04/1122-3.htm -o
test.log
QC> only downloaded the html fi
hi
wget -r --convert-links http://netcity4.web.hinet.net/UserData/tsd04/1122-2.htm -o
test.log
worked. It downloaded the html and files accoicated with it.
But
wget -r --convert-links http://netcity4.web.hinet.net/UserData/tsd04/1122-3.htm -o
test.log
only downloaded the html file and nothing el
Sent: Friday, June 21, 2002 7:27 PM
Subject: Re: Bug with wget ? I need help.
> Cédric Rosa wrote:
> >
> > Hello,
> >
> > First, scuse my english but I'm french.
> >
> > When I try with wget (v 1.8.1) to download an url which is behind a
router,
> >
Cédric Rosa wrote:
>
> Hello,
>
> First, scuse my english but I'm french.
>
> When I try with wget (v 1.8.1) to download an url which is behind a router,
> the software wait for ever even if I've specified a timeout.
>
> With ethereal, I've seen that there is no response from the server (ACK
>
eproduce this problem ?
>Date: Fri, 21 Jun 2002 16:37:02 +0200
>To: [EMAIL PROTECTED]
>From: Cédric Rosa <[EMAIL PROTECTED]>
>Subject: Bug with wget ? I need help.
>
>Hello,
>
>First, scuse my english but I'm french.
>
>When I try with wget (v 1.8.1) to downlo
9-041-5907073
-- I-31021 Mogliano V.to (TV) fax x39-041-5907472
-- ITALY
> -Original Message-
> From: Cédric Rosa [mailto:[EMAIL PROTECTED]]
> Sent: Friday, June 21, 2002 4:37 PM
> To: [EMAIL PROTECTED]
> Subject: Bug with wget ? I need help.
>
>
> Hello,
>
&
Hello,
First, scuse my english but I'm french.
When I try with wget (v 1.8.1) to download an url which is behind a router,
the software wait for ever even if I've specified a timeout.
With ethereal, I've seen that there is no response from the server (ACK
never appears).
Here is the debug outp
Hi!
> > I need to download multiple files from a web site and would like to put
> > them all in a specific directory on my local PC, let's say c:\temp.
> > How do I accomplish this?
> You should be able to do this with the -P option, but there was a
> report by Jens Rösner a few days ago that -
On 7 Jan 2002 at 9:31, Liqiang Feng wrote:
> I need to download multiple files from a web site and would like to put
> them all in a specific directory on my local PC, let's say c:\temp. How do
> I accomplish this?
You should be able to do this with the -P option, but there was a
report by Jen
I need to download multiple files from a web site and would like to put
them all in a specific directory on my local PC, let's say c:\temp. How do
I accomplish this?
Thanks.
Larry Feng
Software Engineer
Cisco Photonics, Inc.
RCDN4/2, S2-025
2200 East President George Bush Turnpike
Richardson,
24 matches
Mail list logo