start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: quot Chapter 16
FTP
Next: Reference: retr
 

rename

 $

ftp


->rename
(

file1

, 

file2

)

Renames a file on the server. Arguments are:

file1

The old name of the file.

file2

The new name of the file.


Previous: Reference: quot Perl in a Nutshell Next: Reference: retr
Reference: quot Book Index Reference: retr