Method GetFileList
GetFileList(string)
Retrieves the files in the specified directory.
public ArrayList GetFileList(string path)
Parameters
path
stringThe directory path.
Returns
- ArrayList
The files in the specified directory.
Exceptions
- SftpException
The specified directory does not exist.