An NDoc Documented Class Library

ExFTPConnection.RenameFile Method 

Rename a file or directory.

public override bool RenameFile(
   string from,
   string to
);

Parameters

from
Name of file or directory to rename.
to
New file-name.

Return Value

true if the file was renamed successfully.

See Also

ExFTPConnection Class | EnterpriseDT.Net.Ftp Namespace