FileTransferClient.GetRawList Method
Namespace: Rebex.Net
Assembly: Rebex.FileTransfer.dll (version 7.0.9448)
GetRawList()
Retrieves the raw list of files and directories in the current remote directory using a raw text format.
Declaration
public string[] GetRawList()
Returns
| Type | Description |
|---|---|
| String[] | An array of lines, with each line representing a single item. |
Implements
GetRawList(String)
Retrieves the raw list of files and directories using a raw text format.
Declaration
public string[] GetRawList(string arguments)
Parameters
| Type | Name | Description |
|---|---|---|
| String | arguments | Server and protocol-specific arguments. Usually a directory path. |
Returns
| Type | Description |
|---|---|
| String[] | An array of lines, with each line representing a single item. |