TestWebService.

UploadFile(string, string, string, string) Method

Assembly
Cake.FtpDeploy.dll
Namespace
Cake.FtpDeploy.Services
Containing Type
TestWebService

Syntax

public void UploadFile(string ftpUri, string filePath, string username, string password)

Parameters

Name Type Description
ftpUri string
filePath string
username string
password string

Return Value

Type Description
void