Hi All, I am using Wget 1.8.2 to mirror a database via ftp using the following command:
wget -m -nH --cut-dirs=3 -c -P/$path_to_dir ftp://merlin.bioc.cam.ac.uk/pub/homstrad/data and Wget is not replacing file contents with updated file contents. For example, if the file 'apple' already exists locally, and a new version of apple exists remotely, Wget will not replace the new file contents. Any suggestions on how to accomplish this? Thank you, Mike
