edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

SSHFTPClientDir(String) Method

List a directory's contents as an array of strings of filenames.

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public override string[] Dir(
	string dirname
)

Parameters

dirname  String
Name of directory OR filemask.

Return Value

String
An array of directory listing strings.

Implements

IFileTransferClientDir(String)

See Also