Click or drag to resize

FtpDeleteFiles(ListRemoteSearchItem) Method

Deletes specified files from the server.

Namespace: Limilabs.FTP.Client
Assembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntax
public void DeleteFiles(
	List<RemoteSearchItem> remote
)

Parameters

remote  ListRemoteSearchItem
Remote search items returned by a call to Search(RemoteSearchOptions) or Search(String, RemoteSearchOptions).
See Also