Back to product page

ProxyPassword property


Specifies the password to use when connecting to proxy server.

Type

A String value. Specifies the password to use when connecting to a proxy server.

Syntax

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

Remarks

If ProxyLogin and ProxyPassword properties are set, wodFtpDLX will try to send these credentials to proxy server before it sends command to finally select destination FTP through proxy. It uses regular 'USER' and 'PASS' commands to supply this information.

Besides ProxyFTPUser, ProxyFTPSite and ProxyFTPOpen, only the Socks 5 protocol supports passwords when connecting to a proxy server. For other proxy types, this property is ignored.

Platforms

Windows