I am trying to mirror an internal site ( running on win2003 server, IIS6 ) and wget won't download files which have been modified at the server I am trying with the following command:
wget.exe -v -c -S -N -r -l1 --no-parent -nd -A *.txt -np -P wget/ http://batumi:877/
I am trying to just get 3 files ( a.txt, b.txt, c.txt ), below is the response. I run wget once and downloaded the files, then changed 2 of the files on the server. When running wget agai it won't recognize the files changed.
Please advise on what I am doing wrong! Thank You!