FileTransferClient.GetList Method
Namespace: Rebex.Net
Assembly: Rebex.FileTransfer.dll (version 7.0.9083)
GetList()
Retrieves the list of files and directories in the current server directory.
Declaration
public FileSystemItemCollection GetList()
Returns
Type | Description |
---|---|
FileSystemItemCollection | Collection of FileSystemItem values. |
Implements
GetList(String)
Retrieves the list of files and directories in the current server directory.
Declaration
public FileSystemItemCollection GetList(string arguments)
Parameters
Type | Name | Description |
---|---|---|
String | arguments | Server and protocol-specific arguments. Usually a directory path. |
Returns
Type | Description |
---|---|
FileSystemItemCollection | Collection of FileSystemItem values. |