Hi, I am making use of wget to mirror my remote server. Previously I used to do it using curlftpfs (mount the remote directory and then rsyncing it). I made the switch to wget because it does a better job than curlftpfs.
In rsync, I can use the option "--delete" to delete extraneous files from my local repo. When I changed to wget everything worked fine except this. Wget simply has no option for it. Can you guys please add such a feature? note: I found a patch for version 1.5.3 here : http://mrmt.net/linux/wget.html thanks and regards -- aneeskA
