U
sing Net::FTP is there a way to rename a file after locating it and before
putting it?

For example:

 $ftp->put('/storage/pcmd/2013-03-08.17:21.-0700.MMEpcmd.gz') || die "can't
put file: $!";

Doesn't transfer correctly because the windows FTP server doesn't allow ":"
in the file name.

Any help is appreciated.

Thank you,

Chris

Reply via email to