Sorry that was a typing error, the orginal URL was with a (double) // ie. wget -R *ia64*, *mips* ftp://ftp.iitm.ac.in/debian/main/ and wget -N -R *ia64*, *mips* ftp://ftp.iitm.ac.in/debian/main/
I am attatching the debugged log for the second command that gives the proxy error. I have tried it from the command line with the '-N' and the '--timestamping' option and from the wgetrc file using 'timestamping=on' but the proxy server gives error whenever timestamping is turned on. anselm almeida NIO, Goa On Sat, 02 Feb 2002, you wrote: > On 2002-02-09 14:35 +0530, Anselm Almeida wrote: > > > If I use > > wget -R *ia64*, *mips* ftp:/ftp.iitm.ac.in/debian/main/ > > I am able to download the files > > But If I use > > wget -N -R *ia64*, *mips* ftp:/ftp.iitm.ac.in/debian/main/ > > I get the following, > > > > connecting to darya.nio.org:9000 ... connected > > Proxy request sent, awaitung response ... 500 Error from proxy > > 2 Mime-version:1.0 > > 3 Proxy-agent: Netscape-Proxy/3.5 > > 4 Content type:text/html > > Does it change anything if you replace ftp:/ by ftp:// in the URLs ? > > -- > Andr� Majorel <[EMAIL PROTECTED]> > http://www.teaser.fr/~amajorel/ --
arabhi:anselm~/tmp3$ wget -N --debug -R *ia64*,*mips* ftp://ftp.iitm.ac.in/debian/pool/ DEBUG output created by Wget 1.5.3 on linux-gnu. parseurl ("ftp://ftp.iitm.ac.in/debian/pool/") -> host ftp.iitm.ac.in -> opath debian/pool/ -> dir debian/pool -> file -> ndir debian/pool parseurl ("http://darya.nio.org:9000/") -> host darya.nio.org -> port 9000 -> opath -> dir -> file -> ndir --15:01:04-- ftp://ftp.iitm.ac.in:21/debian/pool/ => `debian/pool/index.html' Connecting to darya.nio.org:9000... Created fd 3. connected! ---request begin--- HEAD ftp://ftp.iitm.ac.in:21/debian/pool/ HTTP/1.0 User-Agent: Wget/1.5.3 Host: ftp.iitm.ac.in:21 Accept: */* Proxy-Authorization: Basic YW5zZWxtOkJhYmwwMGcxcmw= From: <[EMAIL PROTECTED]> Accept-Language: en ---request end--- Proxy request sent, awaiting response... HTTP/1.0 500 Error from proxy Mime-version: 1.0 Proxy-agent: Netscape-Proxy/3.5 Content-type: text/html Closing fd 3 15:01:04 ERROR 500: Error from proxy. FINISHED --15:01:04-- Downloaded: 0 bytes in 0 files
