SSHFTPClientDir(String) Method
List a 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 override string[] Dir(
string dirname
)
Public Overrides Function Dir (
dirname As String
) As String()
public:
virtual array<String^>^ Dir(
String^ dirname
) override
abstract Dir :
dirname : string -> string[]
override Dir :
dirname : string -> string[]
- dirname String
- Name of directory OR filemask.
StringAn array of directory listing strings.
IFileTransferClientDir(String)