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(
	string filter
)
Visual Basic
Public Function GetNameListing ( _
	filter As String _
) As IEnumerator
Visual C++
public:
IEnumerator^ GetNameListing(
	String^ filter
)

Parameters

filter
Type: System..::..String
the file widcard filter

Return Value

the directory content names enumerator

Exceptions

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

See Also