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

SSHFTPClientDirDetails(String) Method

List a directory's contents as an array of FTPFile objects.

Definition

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

Parameters

dirname  String
Name of directory

Return Value

FTPFile
An array of FTPFile objects.

Implements

IFileTransferClientDirDetails(String)

See Also