Click or drag to resize

FtpDeleteFiles(String, RemoteSearchOptions) Method

Deletes files from the server, that match specified pattern.

Namespace: Limilabs.FTP.Client
Assembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntax
public void DeleteFiles(
	string remoteFolderPath,
	RemoteSearchOptions options
)

Parameters

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