NewtownGuy
Technical User
I'm running Ubuntu Server 10.04. The ###!!! documentation for wget neglects to mention that paths on the server are relative to /home/ftp. So when you try to wget filename.txt from ftp://1.2.3.4/filename.txt, it is really coming from ftp://1.2.3.4/home/ftp/filename.txt. I wasted hours trying to find out why I kept getting error messages that the folder I requested was not present.
How do I configure wget to really use the path that I specify, without /home/ftp ? I looked in /etc/wgetrc but I did not see anything about it.
--
How do I configure wget to really use the path that I specify, without /home/ftp ? I looked in /etc/wgetrc but I did not see anything about it.
--