3

On a day to day basis I need to access various FTP servers. I have a ftp:// protocol link for each of them in our webinterface. Everytime I click them, Chrome opens them in a new tab in its built-in "FTP client" instead of WinSCP (the FTP client I've set in windows as the default ftp:// protocol handler).

How can I make chrome opening the ftp:// protocol in my systems default application? Why is this working with nearly every protocol but ftp:// by default?

1 Answers1

3

I found that Chrome does not launch external programs for custom URL handlers, only websites, for security reasons.

You need an extension for that, which communicates with the web-page through Message Passing and using Native messaging.

I have not been able to find such an extension for WinSCP, but I did find a couple of extensions that may be able to launch external programs with parameters:

I have no idea how well do these extensions work, but I do not think you are looking to write your own extension if they do not work out.

harrymc
  • 498,455