CurlUploadRunner.

UploadFile(FilePath, Uri, CurlSettings) Method

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