JClientFtp::rename
Method to rename a file/folder on the FTP server
Signature
public function rename(string
$from,
string
$to )
Parameters
-
$from
- Path to change file/folder from
-
$to
- Path to change file/folder to
Returns
- boolean
- True if successful