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