IFtp.GetRawList Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
GetRawList()
Retrieves the raw list of files and directories in the current remote directory using a raw text format.
Declaration
string[] GetRawList()
Returns
Type | Description |
---|---|
String[] | An array of lines, with each line representing a single item. |
GetRawList(String)
Retrieves the raw list of files and directories using a raw text format.
Declaration
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. |