Back to product page

Password property


Determines password to be used with server.

Type

A String value. Represents your password on remote server.

Syntax

  • Basic
object.Passive[= value]
The Password(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodFtpDLX.
valueA String value.

Remarks

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

If you use PublicKey Authentication 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.

If wodFtpDLX detects that server requires "one time password" authentication, wodFtpDLX will send SKEY/MD4/MD5/RMD160/SHA1 encrypted password to the server. No action is required on your side, this is automated.

Platforms

Windows