I am writing a perl script that ftp's the contents of a directory a couple of times a day. I loaded net::ftp and I can ftp by the exact file name. How would I ftp the whole directory or is mput supported with any perl module?
I am writing a perl script that ftp's the contents of a directory a couple of times a day. I loaded net::ftp and I can ftp by the exact file name. How would I ftp the whole directory or is mput supported with any perl module?