edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

FTPConnectionOnChangedServerDirectory Method

Called when the server directory has been changed.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
protected virtual void OnChangedServerDirectory(
	string oldDirectory,
	string newDirectory,
	bool wasCancelled,
	Exception ex
)

Parameters

oldDirectory  String
Previous directory.
newDirectory  String
New directory
wasCancelled  Boolean
 
ex  Exception
Exception thrown (if failed)

See Also