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.Curl.
Summary
Uploads a file to a remote host using the specified URL.
- Assembly
- Cake
.Curl .dll - Namespace
- Cake
.Curl - Containing Type
- CurlUploadRunner
Syntax
public void UploadFile(FilePath filePath, Uri host, CurlSettings settings)
Parameters
Name | Type | Description |
---|---|---|
filePath | FilePath | The path to the file to upload. |
host | Uri | The URL to the remote host. |
settings | CurlSettings | The settings. |
Return Value
Type | Description |
---|---|
void |