edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

Overload List

  NameDescription
Public methodGetFileInfos()()()()
Returns the working directory's contents as an array of FTPFile objects.
(Overrides FTPConnection..::..GetFileInfos()()()().)
Public methodGetFileInfos(String)
Returns the given directory's contents as an array of FTPFile objects.
(Overrides FTPConnection..::..GetFileInfos(String).)
Public methodGetFileInfos(String, Boolean)
Returns the given directory's contents and optionally that of its subdirectories as an array of FTPFile objects.
Public methodGetFileInfos(String, FTPFileCallback)
Returns the given directory's contents as an array of FTPFile objects.
(Inherited from FTPConnection.)
Public methodGetFileInfos(String, String, Boolean)
Returns the files in the given directory that match the wildcard, and optionally that of its subdirectories.

See Also