Table of Contents

Method GetFileList

Namespace
Tamir.SharpSsh
Assembly
SLSSH.dll

GetFileList(string)

Retrieves the files in the specified directory.

public ArrayList GetFileList(string path)

Parameters

path string

The directory path.

Returns

ArrayList

The files in the specified directory.

Exceptions

SftpException

The specified directory does not exist.