Description
-
Specifies the login/username to use when connecting to
proxy server.
Property type
-
A String value. Specifies the login/username
when connecting to a proxy server.
Syntax
-
object.ProxyLogin [= value]
The ProxyLogin Property syntax has these parts:
| object |
An expression
evaluating to an object of type wodFtpDLX. |
| value |
A String value. |
Remarks
-
This property specifies the Login (username) to use when
connecting to a remote server through a proxy server. Since
some proxy servers require authorization for access,
ProxyLogin and ProxyPassword
properties enable the user to specify his logon name and
password on the proxy server. 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.
|