FtpConnection.Rename


public function Rename

Prototype:

public function Rename(from,to)

Parameters

from
the old ftp file name
to
the new ftp file name

Description:

Renames a file on the ftp server.

Return value:

Returns true if successfully, false otherwise.