Hey Everyone,
I'm trying to send a file from one script on one server to another script on another server, and I've got a question.
Question is, what's the best way to do this, using sockets? Or would Net::FTP be better? I just need to overwrite the file with a file on the local hard drive, it's really like a syncronizing script but very simple. I'm using sockets to download the file, then I write the file to the local hard drive and make the appropriate changes and then I just have to send the file back to my server where it came from, overwriting the origional one.
Thanks Mates,
Tony