An NDoc Documented Class Library

ExFTPConnection.GetFiles Method (String, Boolean)

List the given directory's contents as an array of strings of file-names or full file details.

public override string[] GetFiles(
   string directory,
   bool full
);

Parameters

directory
Name of directory
full
true if the full listing is required including file size

Return Value

An array of directory listing strings.

Remarks

The directory name can sometimes be a file mask depending on the FTP server.

See Also

ExFTPConnection Class | EnterpriseDT.Net.Ftp Namespace | ExFTPConnection.GetFiles Overload List