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

FTPConnectionOnDirectoryListed Method

Called when a directory listing has been retrieved.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
protected virtual void OnDirectoryListed(
	string dir,
	FTPFile[] files,
	Exception ex
)

Parameters

dir  String
Directory name
files  FTPFile
File-details.
ex  Exception
Exception thrown (if failed)

See Also