- October 22, 2005
- 145
- 32
- Thread starter
- #141
In response to a couple of posts..
When dugg auto-updates itself, it is necessary for it to shut down for a couple of seconds. I realize this can cause scheduling programs a headache, and if anybody knows of a solution (for example, having the schedule program run a batch file or something) I'd be pleased to hear it.
As for missing/changed data .. it is hard for the program to detect when data has changed, because to do so it would have to re-download everything to make a comparison with. This would defeat the whole purpose of the FTP, and in fact slow the process down.
For what it's worth....when you use the noftp command and re-grab the data it will automatically replace the data on the FTP site with your new grab. So subsequent users will enjoy the benefit of your efforts also.
I am working on a checksum for the index files. If my idea works properly it should be able to detect that "some" kind of change was made, and re-grab the data. If the re-grabbed data is larger in size than the original, it will replace it.
Wish me luck !
When dugg auto-updates itself, it is necessary for it to shut down for a couple of seconds. I realize this can cause scheduling programs a headache, and if anybody knows of a solution (for example, having the schedule program run a batch file or something) I'd be pleased to hear it.
As for missing/changed data .. it is hard for the program to detect when data has changed, because to do so it would have to re-download everything to make a comparison with. This would defeat the whole purpose of the FTP, and in fact slow the process down.
For what it's worth....when you use the noftp command and re-grab the data it will automatically replace the data on the FTP site with your new grab. So subsequent users will enjoy the benefit of your efforts also.
I am working on a checksum for the index files. If my idea works properly it should be able to detect that "some" kind of change was made, and re-grab the data. If the re-grabbed data is larger in size than the original, it will replace it.
Wish me luck !