Click or drag to resize

FtpSearch Method (RemoteSearchOptions)

Searches files and folders on the server that match specified pattern.

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

Parameters

options
Type: Limilabs.FTP.ClientRemoteSearchOptions
Options for remote search (e.g.: recursive, search pattern).

Return Value

Type: ListRemoteSearchItem
Items that match the search query.
See Also