Fires when server returns information about file or directory.
[Visual Basic]
Public Delegate Sub FtpDLX.ListItemsDelegate( _
ByVal Sender As Object, _
ByVal Args As FtpListItemsArgs _
) [C#]
public delegate void FtpDLX.ListItemsDelegate(
object Sender,
FtpListItemsArgs Args
);[JScript]
public delegate FtpDLX.ListItemsDelegate(
Sender : Object,
Args : FtpListItemsArgs
)ListItems event will be fired as a result of ListDir and ListNames methods. Args.FileInfo argument will contain complete description of all files in requested directory, as seen on UNIX systems. Each file will be in separate line, using CRLF sequence as a separator.
Namespace: WeOnlyDo.Client
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: WeOnlyDo.Client.FTP (in WeOnlyDo.Client.FTP.dll)
© WeOnlyDo Software. All Rights Reserved.