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

SSHSCPClientDirDetails Method

List the current 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 virtual FTPFile[] DirDetails()

Return Value

FTPFile
An array of FTPFile objects.

Implements

IFileTransferClientDirDetails

See Also