IFtp.GetList Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9313)
GetList()
Retrieves the list of files and directories in the current server directory.
Declaration
FileSystemItemCollection GetList()
Returns
| Type | Description |
|---|---|
| FileSystemItemCollection | Collection of FileSystemItem values. |
GetList(String)
Retrieves the list of files and directories in the current server directory.
Declaration
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. |