ftp_rename()
ftp_rename - Renames a file or a directory on the FTP serverSyntax
bool ftp_rename (resource $ftp_stream, string $oldname, string $newname)Arguments
- ftp_stream - The link identifier of the FTP connection.
- oldname - The old file/directory name.
- newname - The new name.
