Gets and sets the current proxy user name.
Syntax
object.ProxyUser [= proxyuser]
The object is an expression that evaluates to a FileTransfer
object. The property returns a string value.
Remarks
The ProxyUser property specifies the user that is logging
in to the proxy server. If the proxy server does not require the
user to login, then this property is ignored.
Data Type
String
See Also
Password Property, ProxyPassword Property, ProxyPort Property, ProxyServer Property, ProxyType Property, ServerName Property, UserName Property, Connect Method
|