PDA

View Full Version : [REQ] Global Dupecheck For 2 servers


epoke
11-07-2004, 05:02 AM
hi all,

i search in the forum with no luck for a global dupecheck for 2
server ...
I use iobanana20 and i just want to synchronise the current_dirs.log
of the both servers .
I don't know how to code that if someone can help me ;)

TIA

FTPServerTools
11-07-2004, 07:44 AM
All I know of how to do that is to use OnDirCreated combined with FTPLogger. Then you can do dir dupe cheking which is better then file dupe checking anyway. The dupelists can then be stored on a common path and thus easily read from the second server (See DupeLister, FTPlogger, OnDirCreated, DupeSearch etc..)

epoke
11-08-2004, 09:32 AM
thx m8,
i will try to code a tcl using ftp transfert to synchronise the current_dirs.log as said harm in irc .
but i check your prog FTPServerTools .
if anyone have any idea to help me code this one your welcome ;)

neoxed
11-08-2004, 05:30 PM
Rather then trying to synchronize the dupe log between multiple sites, why not store the data in a central location, such as a database? Querying a database (i.e. MySQL Server) would most likely be much quicker then reading through and parsing a large log file.