An NDoc Documented Class Library

FTPConnection.OnRenamed Method 

Called when a file has been renamed.

protected virtual void OnRenamed(
   string from,
   string to,
   bool cancelled,
   Exception ex
);

Parameters

from
Previous name.
to
New name.
cancelled
Indicates whether or not the rename operation was cancelled.
ex
Exception thrown (if failed)

See Also

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace