Proxy scripting commands using -rawsettings?
Hello,
I am trying to know the proxy scripting commands for different types. I was searching the guides, faq and forum, but couldn't find the right commands. Could you kindly correct the commands below:
For Proxy type SOCKS4:
open ftp://username:password@our.ftp -rawsettings ProxyMethod=1 ProxyHost=10.10.10.118 ProxyPort=8099 ProxyUsername=myname ProxySettingsConsiderProxyingLocalHostConnections=true ProxySettingsDNS=Auto
For Proxy type SOCKS5:
open ftp://username:password@our.ftp -rawsettings ProxyMethod=2 ProxyHost=10.10.10.118 ProxyPort=8099 ProxyUsername=myname ProxyPassword=password ProxySettingsConsiderProxyingLocalHostConnections=false ProxySettingsDNS=Yes
For Proxy type HTTP:
open ftp://username:password@our.ftp -rawsettings ProxyMethod=3 ProxyHost=10.10.10.118 ProxyPort=8099 ProxyUsername=myname ProxyPassword=password ProxySettingsConsiderProxyingLocalHostConnections=true ProxySettingsDNS=No
For Proxy type Telnet:
open ftp://username:password@our.ftp -rawsettings ProxyMethod=4 ProxyHost=10.10.10.118 ProxyPort=8099 ProxyUsername=myname ProxyPassword=password TelnetCommand=connect %host %port\n ProxySettingsConsiderProxyingLocalHostConnections=true ProxySettingsDNS=Auto
Thank you.
Regards,
Maynard
I am trying to know the proxy scripting commands for different types. I was searching the guides, faq and forum, but couldn't find the right commands. Could you kindly correct the commands below:
For Proxy type SOCKS4:
open ftp://username:password@our.ftp -rawsettings ProxyMethod=1 ProxyHost=10.10.10.118 ProxyPort=8099 ProxyUsername=myname ProxySettingsConsiderProxyingLocalHostConnections=true ProxySettingsDNS=Auto
For Proxy type SOCKS5:
open ftp://username:password@our.ftp -rawsettings ProxyMethod=2 ProxyHost=10.10.10.118 ProxyPort=8099 ProxyUsername=myname ProxyPassword=password ProxySettingsConsiderProxyingLocalHostConnections=false ProxySettingsDNS=Yes
For Proxy type HTTP:
open ftp://username:password@our.ftp -rawsettings ProxyMethod=3 ProxyHost=10.10.10.118 ProxyPort=8099 ProxyUsername=myname ProxyPassword=password ProxySettingsConsiderProxyingLocalHostConnections=true ProxySettingsDNS=No
For Proxy type Telnet:
open ftp://username:password@our.ftp -rawsettings ProxyMethod=4 ProxyHost=10.10.10.118 ProxyPort=8099 ProxyUsername=myname ProxyPassword=password TelnetCommand=connect %host %port\n ProxySettingsConsiderProxyingLocalHostConnections=true ProxySettingsDNS=Auto
Thank you.
Regards,
Maynard