Re: Working on Edge now
Thanks for your feedback.
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
//
is working fine on Chrome.
%3B
, it cannot. Because the URL that it gets form Chrome is valid:
sftp://username%3Bx-proxymethod%3D3%3Bx-proxyhost%3Dproxyhost%3Bx-proxyport%3D1234%3Bx-proxyusername%3Dproxy%3Bx-proxypassword%3Dxxxxxxxxxxxxx@192.168.0.0/
username;x-proxymethod=3;x-proxyhost=proxyhost;x-proxyport=1234;x-proxyusername=proxy;x-proxypassword=xxxxxxxxxxxxx
//
from the URL. Then Chrome does not try to understand the URL (according to its own rules) and passes it intact to WinSCP. Would it work for you?
%3B
. Why can’t WinSCP decode the whole URL and use required parameters such as username, password, proxy, etc..
%3B
, instead of keeping them intact.
<a>
tag, this is not working any more
sftp://username;x-proxymethod=3;x-proxyhost=proxyhost;x-proxyport=1234;x-proxyusername=proxy;x-proxypassword=xxxxxxxxxxxxx@192.168.0.0