martin wrote:
I have included these to the documentation:
https://winscp.net/eng/docs/rawsettings
Thanks, I was reading this page but I couldn't figured out the scripting command/syntax, shown in red text:
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.