External tool definitions for mRemoteNG

Published:

Here are some external tool definitions I have defined in mRemoteNG.

WinSCP

Display name
WinSCP (sftp)
Filename
C:\Program Files (x86)\WinSCP\WinSCP.exe
Arguments
sftp://%username%:%password%@%hostname%:%port%/

Ping

Display name
Ping
Filename
cmd
Arguments
/c ping -t %HostName%

Traceroute

Display name
Ping
Filename
cmd
Arguments
/c set /P = | tracert %HostName%

More can be found at the mRemoteNG forum.

📝 If you haven't tried mRemoteNG, you should. It's very handy if you're on Windows and need to connect to various servers through for example SSH and RDP. Sure beats plain PuTTY at least...