ftp_rename

ftp_rename -- Renames a file on the ftp server.

Description

int ftp_rename(int ftp_stream, string from, string to);

Returns true on success, false on error.

ftp_rename() renames the file specified by from to the new name to