This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Ftp.
Summary
Deletes a file at the specified URI.
- Assembly
- Cake
.Ftp .dll - Namespace
- Cake
.Ftp - Containing Type
- FtpClient
Syntax
public void DeleteFile(Uri serverUri, FtpSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| serverUri | Uri | FTP File URI. |
| settings | FtpSettings | The settings. |
Return Value
| Type | Description |
|---|---|
| void |
