$ftp->rename(file1, file2)
ftp
file1
file2
Renames a file on the server. Arguments are:
The old name of the file.
The new name of the file.
[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]