SSHSCPClientDir Method
List current directory's contents as an array of strings of
filenames.
Namespace: EnterpriseDT.Net.Ftp.SshAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public virtual string[] Dir()
Public Overridable Function Dir As String()
public:
virtual array<String^>^ Dir()
abstract Dir : unit -> string[]
override Dir : unit -> string[]
StringAn array of current directory listing strings.
IFileTransferClientDir