WgetSettings.

User Property

Summary

Specify the username 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 User { get; set; }

Attributes

Type Description
WgetArgumentNameAttribute

Value

Type Description
string

See Also