Back to product page

Password property


Password that will be sent to the server.

Type

String

Syntax

  • C#
  • VB.NET
String Password {get; set; };

Property Password As String

Remarks

This property is usually required for wodFtpDLX.NET, so you should enter some value here before calling Connect method.

TODO: If you use PublicKeyAuthentication then you don't need to set Password property - set Certificate property instead.

If wrong login/password combination is used with remote server, an error will be generated, and you will be immediately disconnected from the server.

Platforms

Windows