FTPConnectionOnDirectoryListed Method
Called when a directory listing has been retrieved.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
protected virtual void OnDirectoryListed(
string dir,
FTPFile[] files,
Exception ex
)
Protected Overridable Sub OnDirectoryListed (
dir As String,
files As FTPFile(),
ex As Exception
)
protected:
virtual void OnDirectoryListed(
String^ dir,
array<FTPFile^>^ files,
Exception^ ex
)
abstract OnDirectoryListed :
dir : string *
files : FTPFile[] *
ex : Exception -> unit
override OnDirectoryListed :
dir : string *
files : FTPFile[] *
ex : Exception -> unit
Parameters
- dir String
- Directory name
- files FTPFile
- File-details.
- ex Exception
- Exception thrown (if failed)