SFTP Object
 
Syntax
 
SFTP.SocksVersion As Long
 
Description
SocksVersion May be set to one of the following integer values:
0 - No SOCKS proxy is used. This is the default.
4 - Connect via a SOCKS4 proxy.
5 - Connect via a SOCKS5 proxy.
 
See Also