Gets or sets a string containing the logged on username.
[Visual Basic]Private Property User As String
[C#]
private string User {get; set;}
Property Value
A string containing the logged on username.
See Also
FtpClient Class | FtpClient Members | Org.Mentalis.Proxy.Ftp Namespace