standard.net.ftp.FtpRename

FtpRename is available since version 1.0.

Prototype:

boolean FtpRename(string from_path, string to_path, number connection_handle)

Parameters

from_path
the old name
to_path
the new name
connection_handle
the connection handle as returned by FtpConnect.

Description:

Rename a file at remote.

Return value:

Returns true if succeeded, false if failed.