| FtpDeleteFiles Method (String, RemoteSearchOptions) |
Deletes files from the server, that match specified pattern.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public void DeleteFiles(
string remoteFolderPath,
RemoteSearchOptions options
)
Public Sub DeleteFiles (
remoteFolderPath As String,
options As RemoteSearchOptions
)
public:
void DeleteFiles(
String^ remoteFolderPath,
RemoteSearchOptions^ options
)
member DeleteFiles :
remoteFolderPath : string *
options : RemoteSearchOptions -> unit
Parameters
- remoteFolderPath
- Type: SystemString
Remote folder to download from. - options
- Type: Limilabs.FTP.ClientRemoteSearchOptions
Options for remote search (e.g.: recursive, search pattern).
See Also