FileTransferClient.GetNameList Method
Namespace: Rebex.Net
Assembly: Rebex.FileTransfer.dll (version 7.0.9083)
GetNameList()
Retrieves the list of file and directory names in the current remote directory.
Declaration
public string[] GetNameList()
Returns
Type | Description |
---|---|
String[] | An array of lines, with each line representing a single name. |
Implements
GetNameList(String)
Retrieves the list of file and directory names.
Declaration
public string[] GetNameList(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 name. |