Returns the remote directory content names enumerator.

Namespace: Jscape.Sftp
Assembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0

Syntax

C#
public IEnumerator GetNameListing()
Visual Basic
Public Function GetNameListing As IEnumerator
Visual C++
public:
IEnumerator^ GetNameListing()

Return Value

the directory content names enumerator

Exceptions

ExceptionCondition
Jscape.Sftp..::..SftpExceptionif an error occurs

See Also