FTPConnectionOnChangedServerDirectory Method
Called when the server directory has been changed.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
protected virtual void OnChangedServerDirectory(
string oldDirectory,
string newDirectory,
bool wasCancelled,
Exception ex
)
Protected Overridable Sub OnChangedServerDirectory (
oldDirectory As String,
newDirectory As String,
wasCancelled As Boolean,
ex As Exception
)
protected:
virtual void OnChangedServerDirectory(
String^ oldDirectory,
String^ newDirectory,
bool wasCancelled,
Exception^ ex
)
abstract OnChangedServerDirectory :
oldDirectory : string *
newDirectory : string *
wasCancelled : bool *
ex : Exception -> unit
override OnChangedServerDirectory :
oldDirectory : string *
newDirectory : string *
wasCancelled : bool *
ex : Exception -> unit
Parameters
- oldDirectory String
- Previous directory.
- newDirectory String
- New directory
- wasCancelled Boolean
-
- ex Exception
- Exception thrown (if failed)