FtpService.

DeleteFile(Uri, string, string) Method

Summary

Deletes a file.
Assembly
Cake.Ftp.dll
Namespace
Cake.Ftp.Services
Containing Type
FtpService

Syntax

public void DeleteFile(Uri serverUri, string username, string password)

Parameters

Name Type Description
serverUri Uri The URI for the FTP server.
username string The FTP username.
password string The FTP password.

Return Value

Type Description
void