russelj9 has asked for the wisdom of the Perl Monks concerning the following question:
Hi all. I'm rewriting a bit of code namely ftp synchronizing tool very similar to http://www.linuxjournal.com/article/6686 and http://www.perlmonks.org/?node_id=84156
But I'm new to perl and well writing this taught me allot so far so I don't regret it. Especially thanks to perlmonks.org
I wrote mine to better integrate with iWeb. To do that it had to compare new and old files with and md5 sum because when you publish your files to a folder in iWeb it overwrites every file with a new one. But not every file changes.
so far it works pretty great. It does exactly what I need it to do.
But I kinda feel like making more improvements on it and familiarize myself more with perl. So if you have suggestions or comments please let me know. Also if someone just found it useful I'd like to know as well. Thanks!
It's not a huge script but it's multiple files so I put it on google code. here's the links. (I tried to make the code easy to read but if it's functions and stuff need explaining let me know)
http://perliwebftpuploader.googlecode.com/svn/trunk/
http://code.google.com/p/perliwebftpuploader/
|
|---|