Is this line different if it was compiled w/wget instead of lynx? -O specifies the output file...
$fetch_cmd $proxyopts http://www.nessus.org/nasl/all-2.0.tar.gz > all-2.0.tar.gz Quoting "DePriest, Jason R." <[EMAIL PROTECTED]>: > my fetch command has some additional command-line arguments.. but they > really shouldn't matter. > fetch_cmd="/usr/bin/wget -q -O -" > > Have you run it with two '-v' on the end and examined the results of that? > > Also, be sure to delete any left-over temporary directories from previous > (failed) attempts to run nessus-update-plugins. > > -Jason > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, May 28, 2003 1:42 PM > > To: [EMAIL PROTECTED]; Renaud Deraison > > Subject: Re: nessus-update-plugins/lynx help > > > > > > Quoting Renaud Deraison <[EMAIL PROTECTED]>: > > > Can't you switch to wget ? It's much better in many regards. > > > > sure. I changed fetch_cmd to wget, and I can now get through > > the proxy (thanks). > > fetch_cmd="/usr/local/bin/wget" > > > > However, it keeps saving it as all-2.0.tar.gz.1 instead of > > all-2.0.tar.gz. Are > > there some wget options that would have been set had it been > > compiled using wget > > instead of lynx? > > > > Thanks again > > > > -- > > http://www.cirt.net/ > > > -- http://www.cirt.net/
