Open program via link

1

I need to access telnet devices (switchs and routers) that are displayed in a listing.

The idea was that by clicking on the name of the network asset, open TeraTerm, or putty to connect to the device.

Remembering that the program is already installed on the machine, it would basically be a shortcut to execution.

But I tried with HTML with a link and also with Javascript and I was not successful.

Would you like to do this in some other way?

    
asked by anonymous 09.12.2014 / 18:16

1 answer

1

Create a new type mime on the server. When you select the link, the server can send the information back to the client with the mime type associated with the putty, or whatever program you want.

A complete list of mime type can be seen here: link

I think this might work.

    
11.12.2014 / 09:49