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?
ListNames method
Lists contents of a directory on the server, and returns only file/folder names.
Type
VoidSyntax
- C#
- VB.NET
public Void ListNames();
public Void ListNames(Stream OutStream);
The ListNames(OutStream) syntax has these parts:
public Void ListNames(String RemotePath);
The ListNames(RemotePath) syntax has these parts:
public Void ListNames(String RemotePath, Stream OutStream);
The ListNames(RemotePath,OutStream) syntax has these parts:
public Void ListNames(Stream OutStream);
The ListNames(OutStream) syntax has these parts:
OutStream | Output Stream where wodSFTP.NET will write contents of the directory. |
public Void ListNames(String RemotePath);
The ListNames(RemotePath) syntax has these parts:
RemotePath | Full path to directory that should be listed. |
public Void ListNames(String RemotePath, Stream OutStream);
The ListNames(RemotePath,OutStream) syntax has these parts:
RemotePath | Full path to directory that should be listed. |
OutStream | Output Stream where wodSFTP.NET will write contents of the directory. |
public Sub ListNames()
public Sub ListNames(ByVal OutStream As Stream)
The ListNames(OutStream) syntax has these parts:
public Sub ListNames(ByVal RemotePath As String)
The ListNames(RemotePath) syntax has these parts:
public Sub ListNames(ByVal RemotePath As String, ByVal OutStream As Stream)
The ListNames(RemotePath,OutStream) syntax has these parts:
public Sub ListNames(ByVal OutStream As Stream)
The ListNames(OutStream) syntax has these parts:
OutStream | Output Stream where wodSFTP.NET will write contents of the directory. |
public Sub ListNames(ByVal RemotePath As String)
The ListNames(RemotePath) syntax has these parts:
RemotePath | Full path to directory that should be listed. |
public Sub ListNames(ByVal RemotePath As String, ByVal OutStream As Stream)
The ListNames(RemotePath,OutStream) syntax has these parts:
RemotePath | Full path to directory that should be listed. |
OutStream | Output Stream where wodSFTP.NET will write contents of the directory. |