Jan 19, 2004 #1 randy4126 Programmer Jun 2, 2001 62 US Does anyone know if there is a module written to sync a log file using ftp every night. When the log roles it usually changes on pert of the a number Example: sample.log changes to: sammple.001 or is the best to write my own? Thanks. Randy
Does anyone know if there is a module written to sync a log file using ftp every night. When the log roles it usually changes on pert of the a number Example: sample.log changes to: sammple.001 or is the best to write my own? Thanks. Randy
Jan 19, 2004 Thread starter #2 randy4126 Programmer Jun 2, 2001 62 US I'm sorry what I meant is the log file roles everynight. But i would like to sync the local file with the remote file every 5 to 10 minutes. Thanks Randy Upvote 0 Downvote
I'm sorry what I meant is the log file roles everynight. But i would like to sync the local file with the remote file every 5 to 10 minutes. Thanks Randy
Jan 19, 2004 #3 siberian Programmer Sep 27, 2003 1,295 US You can use Net::FTP to handle this. A better way is to use rsync, then you just get diffs. Upvote 0 Downvote