Click or drag to resize

FtpSearch Method

Returns all files and folders on the server.

Namespace:  Limilabs.FTP.Client
Assembly:  Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax
public List<RemoteSearchItem> Search()

Return Value

Type: ListRemoteSearchItem
All files and folders on the server.
See Also