SocketTools .NET Edition

FtpClient.Password Property

Gets and sets the password used to authenticate the client session.

[Visual Basic]
Public Property Password As String
[C#]
public string Password {get; set;}

Property Value

A string which specifies the password.

Remarks

If a password is not specified when the Connect method is called, the value of this property will be used as the default password when establishing a connection with the server.

See Also

FtpClient Class | SocketTools Namespace