An NDoc Documented Class Library

ExFTPConnection.GetFileInfos Method

Returns the working directory's contents as an array of FTPFile objects.

Overload List

Returns the working directory's contents as an array of FTPFile objects.

public override FTPFile[] GetFileInfos();

Returns the given directory's contents as an array of FTPFile objects.

public override FTPFile[] GetFileInfos(string);

Returns the given directory's contents and optionally that of its subdirectories as an array of FTPFile objects.

public FTPFile[] GetFileInfos(string,bool);

Returns the files in the given directory that match the wildcard, and optionally that of its subdirectories.

public FTPFile[] GetFileInfos(string,string,bool);

See Also

ExFTPConnection Class | EnterpriseDT.Net.Ftp Namespace