I accidently removed a local directory whose contents were mirrored from the McAfee ftp server.
I ran my wget mirror command again, but now nothing happens. I don't get the files from the ftp server anymore.
The wget log file shows:
I usually get the results in the log file when there is nothing to be updated...
So, I tried to remove these .listing files from every directory, but even when I delete my entire local directory, when I run slocate, I get results when searching for .listing files. The directories holding the files in the search result, are the ones I just deleted.
The wget mirror script is absolutely OK, it has worked for months without any problems, when run from CRON on daily bases.
How can I fix this problem?
I ran my wget mirror command again, but now nothing happens. I don't get the files from the ftp server anymore.
The wget log file shows:
Code:
--22:10:22-- ftp://ftpeur.nai.com/CommonUpdater
=> `.listing'
Resolving ftpeur.nai.com... 63.216.25.134, 166.90.213.143
Connecting to ftpeur.nai.com[63.216.25.134]:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD not needed.
==> PASV ... done. ==> LIST ... done.
0K 128.27 KB/s
22:10:24 (128.27 KB/s) - `.listing' saved [455]
--22:10:24-- ftp://ftpeur.nai.com/CommonUpdater
=> `CommonUpdater'
==> CWD not required.
==> PASV ... done. ==> RETR CommonUpdater ...
No such file `CommonUpdater'.
FINISHED --22:10:24--
Downloaded: 455 bytes in 1 files
So, I tried to remove these .listing files from every directory, but even when I delete my entire local directory, when I run slocate, I get results when searching for .listing files. The directories holding the files in the search result, are the ones I just deleted.
The wget mirror script is absolutely OK, it has worked for months without any problems, when run from CRON on daily bases.
How can I fix this problem?