Click or drag to resize

FtpDeleteFiles Method (ListRemoteSearchItem)

Deletes specified files from the server.

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

Parameters

remote
Type: System.Collections.GenericListRemoteSearchItem
Remote search items returned by a call to Search(RemoteSearchOptions) or Search(String, RemoteSearchOptions).
See Also