An NDoc Documented Class Library

ExFTPConnection.GetFileInfos Method

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

Overload List

Inherited from FTPConnection.

public virtual FTPFile[] GetFileInfos();

Inherited from FTPConnection.

public virtual 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