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

SSHSCPClientDirDetails(String, FTPFileCallback) Method

Definition

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

Parameters

dirname  String
 
dirListCallback  FTPFileCallback
 

Return Value

FTPFile

Implements

IFileTransferClientDirDetails(String, FTPFileCallback)

See Also