SSH and Telnet client for secure remote terminal connections
Implementation of Telnet and SSH
putty
plink
pscp
psftp
$ putty -ssh user@example.com -P 22
$ pscp -P 22 localfile.txt user@example.com:/remote/path/
$ psftp -P 22 user@example.com