Forum Moderators: coopster & phranque

Message Too Old, No Replies

Need to create an FTP Perl Script

         

johnpct

6:31 am on Dec 3, 2004 (gmt 0)



Hello. Im new to the world of Perl. Bascially I need to ftp some files from a source PC to a destination Server from Mon-Fri. I need to retain 5 business days worth and should overwrite as needed. I need to create a FTP perl script to do this. Does anyone have one that I can use? If not any help would be greatly appreciated.

Brett_Tabke

4:38 am on Dec 4, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Look into the LWP perl module. It has an FTP client built in. What you are asking is fairly advanced stuff, but fairly easy for lwp.