Hi, I have no .wgetrc file, the same command with another url like http://www.yahoo.com works fine.
The strange error is "I don't like the smell of that domain." It fails on links without a domain like : <a href="/rsync/resources.html"> It is version 1.7 running on Linux Debian woody. I hope I didn't miss something obvious. There is a bug for the debian package saying that wget doesn't convert the link with absolute paths but here it doesn't even download it. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=65803&repeatmerged=yes Please CC me any reply Thanks Alain ========== 22:58:02 root /usr/share/doc/rsync-doc #wget -r http://rsync.samba.org/rsync/documentation.html --22:58:28-- http://rsync.samba.org/rsync/documentation.html => `rsync.samba.org/rsync/documentation.html' Connecting to rsync.samba.org:80... connected! HTTP request sent, awaiting response... 200 OK Length: 2,249 [text/html] 0K .. 100% @ 1.07 MB/s 22:58:28 (1.07 MB/s) - `rsync.samba.org/rsync/documentation.html' saved [2249/2249] Loading robots.txt; please ignore errors. --22:58:28-- http://rsync.samba.org/robots.txt => `rsync.samba.org/robots.txt' Reusing connection to rsync.samba.org:80. HTTP request sent, awaiting response... 200 OK Length: 238 [text/plain] 0K 100% @ 232.42 KB/s 22:58:28 (232.42 KB/s) - `rsync.samba.org/robots.txt' saved [238/238] FINISHED --22:58:28-- Downloaded: 2,487 bytes in 2 files ===================== ========== With debug turned on rsync.samba.org/rsync/documentation.html: merge("http://rsync.samba.org/rsync/documentation. html", "/rsync/resources.html") -> http://rsync.samba.org/rsync/resources.html .... parseurl ("http://rsync.samba.org/rsync/resources.html") -> host rsync.samba.org -> opath rs ync/resources.html -> dir rsync -> file resources.html -> ndir rsync newpath: /rsync/resources.html I don't like the smell of that domain. http://rsync.samba.org/rsync/resources.html already in list, so we don't load. =====================
