Re: scp/sftp-url-bugs
Change SFTP/SCP handler as follows (in windows registry)
Note the added quotes around %1.
This way it works with IE the both ways (with space and with %20). IE replaces user-entered space for %20 automatically. But before it passes the URL to WinSCP it replaces %20 with space back.
Mozilla does not perform the replacement in either way. So with it the syntax with %20 will not work.
I'll add support for %XX to next version.
REGEDIT4
[HKEY_CLASSES_ROOT\SFTP\shell\open\command]
@="\"path_to_install_dir\\WinSCP3.exe\" \"%1\""
REGEDIT4
[HKEY_CLASSES_ROOT\SCP\shell\open\command]
@="\"path_to_install_dir\\WinSCP3.exe\" \"%1\""
Note the added quotes around %1.
This way it works with IE the both ways (with space and with %20). IE replaces user-entered space for %20 automatically. But before it passes the URL to WinSCP it replaces %20 with space back.
Mozilla does not perform the replacement in either way. So with it the syntax with %20 will not work.
I'll add support for %XX to next version.