WgetSettings.

Password Property

Summary

Specify the password for both FTP and HTTP file retrieval. This parameter can be overridden using the option for FTP connections and the option for HTTP connections.
Assembly
Cake.Wget.dll
Namespace
Cake.Wget
Containing Type
WgetSettings

Syntax

public string Password { get; set; }

Attributes

Type Description
WgetArgumentNameAttribute

Value

Type Description
string

See Also