Back to product page
- Introduction
- License agreement
- Classes
- Enumerations
- Exceptions
- WeOnlyDo.Client.SFTP
- Methods
- Properties
- Authentication
- Blocking
- BufferSize
- Compression
- Encryption
- EncryptionList
- HMacList
- Hostname
- KeepAlives
- KeyExchangeList
- LastError
- ListItem
- LocalPath
- Login
- MaxTransferRate
- Password
- Port
- PrivateKey
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RemoteIdentification
- RemotePath
- Resume
- State
- Timeout
- TransferMode
- TransferRate
- TransferTime
- Version
- Events
- How to get support?
ListItemsEvent event
Fires when wodSFTP.NET has information about file or directory list.
Syntax
- C#
- VB.NET
delegate void ListItemsDelegate(object Sender, ListItemsArgs Args);
The ListItemsEvent(Args.FileInfo) syntax has these parts:
The ListItemsEvent(Args.FileInfo) syntax has these parts:
Args.FileInfo | String. One or more lines of text representing one or more files. |
Delegate Sub ListItemsDelegate(ByVal Sender As Object, ByVal Args As WeOnlyDo.Client.SFTP.ListItemsArgs)
The ListItemsEvent(Args.FileInfo) syntax has these parts:
The ListItemsEvent(Args.FileInfo) syntax has these parts:
Args.FileInfo | String. One or more lines of text representing one or more files. |
Remarks
ListItems event will be fired as a result of ListDir and RealPath methods. FileInfo argument will contain:- For ListDir there will be 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
- For RealPath argument will contain full path to a file/directory pointed by requested symbolic link