Click or drag to resize

FtpSearch(String, RemoteSearchOptions) Method

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

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

Parameters

remoteFolderPath  String
Remote folder to search.
options  RemoteSearchOptions
Options for remote search (e.g.: recursive, search pattern).

Return Value

ListRemoteSearchItem
Items that match the search query.
See Also