Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: x-proxytelnetcommand is not taken into account when opening from browser

That's a deliberate security measure to prevent unintended arbitrary code execution by simply clicking a link in web browser.

If you want to take the risk, you can remove /Unsafe switch from protocol handling command in registry:
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\sftp\shell\open\command]
@="\"C:\\Program Files (x86)\\WinSCP\\WinSCP.exe\" /Unsafe \"%1\""
dw@...

x-proxytelnetcommand is not taken into account when opening from browser

If I open this URL in the browser, proxymethod will be set to local but the command remains empty.
winscp-scp://root:pw;x-agentfwd=1;x-proxymethod=5;x-proxytelnetcommand=abc@lc0664tunnel.labcube.ch/root/;save

I also tried with x-proxylocalcommand.

None of both work when opened via URL.