An NDoc Documented Class Library

FTPConnection.DirectoryListing Event

Occurs when a directory listing operations is commenced.

public event FTPDirectoryListEventHandler DirectoryListing;

Event Data

The event handler receives an argument of type FTPDirectoryListEventArgs containing data related to this event. The following FTPDirectoryListEventArgs properties provide information specific to this event.

Property Description
Directory Directory on server being listed.
FileInfos Details of files in the directory.

See Also

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace