An NDoc Documented Class Library

FTPConnection.DirectoryListed Event

Occurs when a directory listing operations is completed.

public event FTPDirectoryListEventHandler DirectoryListed;

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