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

SSHSCPClientDir Method

List current 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 virtual string[] Dir()

Return Value

String
An array of current directory listing strings.

Implements

IFileTransferClientDir

See Also