Retrieves the list of files and directories in the current remote directory.

Namespace:  Rebex.Net
Assembly:  Rebex.Sftp (in Rebex.Sftp.dll)

Syntax

Visual Basic
Public Function GetList As SftpItemCollection
C#
public SftpItemCollection GetList()

Return Value

Collection of SftpItem values.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also