Hi guys,
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
I am using wget 1.5.3 and in my .wgetrc I have,
passive_ftp=on
use_proxy=on
robots=on
recursive=on
follow_ftp=on
simple_host_check=on
server_response=on
etc.
I have read the info pages but cannot see any clue
why it should happen.
Thanks in advance
Anselm Almeida
NIO
--