Tag Archives: SFTP

External tool definitions for mRemoteNG

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…

Ultra simple SFTP server for Windows

Core FTP mini-sftp-server interface
Was going to test some code the other day which needed to talk to an SFTP server. Stumbled over a small gem which was super simple to use. It’s called Core FTP mini-sftp-server. No installation, no tricky stuff. Just download and run. Great stuff 🙂

Note: They also have a not-mini-sftp-server, which is the first dowload, so make sure to get the right download link.