WinSCP
WinSCP is a popular SFTP client and FTP client for Microsoft Windows! Copy files between a local computer and remote servers using FTP, FTPS, SCP, SFTP, WebDAV, or S3 file transfer protocols. WinSCP is an open source free SFTP client, FTP client, WebDAV client, S3 client and SCP client for Windows. Its main function is file transfer between a local and a remote computer. Beyond this, WinSCP offers scripting and basic file manager functionality. Graphical user interface, translated into many languages. Integration with Windows (drag & drop, URL, shortcut icons). All common operations with files, and support for SFTP and SCP protocols over SSH and FTP and WebDAV and S3 protocols. Batch file scripting and command-line interface and .NET assembly for advanced programming tasks. Directory synchronization in several semi or fully-automatic ways. Integrated text editor, shares site settings with PuTTY, and supports password, keyboard-interactive, public key, and Kerberos authentication.
Learn more
PuTTY
PuTTY is a free implementation of SSH and Telnet for Windows and Unix platforms, along with an xterm terminal emulator. PuTTY is a client program for the SSH, Telnet, Rlogin, and SUPDUP network protocols. These protocols are all used to run a remote session on a computer, over a network. PuTTY implements the client end of that session, the end at which the session is displayed, rather than the end at which it runs. In really simple terms, you run PuTTY on a Windows machine, and tell it to connect to (for example) a Unix machine. PuTTY opens a window. Then, anything you type into that window is sent straight to the Unix machine, and everything the Unix machine sends back is displayed in the window. So you can work on the Unix machine as if you were sitting at its console, while actually sitting somewhere else. All of PuTTY's settings can be saved in named session profiles. You can also change the default settings that are used for new sessions.
Learn more
Terminals
For developers and system administrators, it’s a necessity to frequently log on to Linux servers from a Windows computer. Unlike Linux OS, Windows does not have a native ssh client. Putty is the most used freeware ssh client for Windows OS. It supports telnet and ssh protocols. One constraint with Putty is that it does not have support for tabbed windows. Putty Connection manager is developed to solve this problem but it has got a lot of issues in using the utility. Terminals supports not just telnet and ssh but also RDP, VNC, and RAS connections. You can save the login id and password of the remote servers and with a single click, you can connect to the server. You can create a group of servers and with a single click, you can open connections to all the servers added to the group. You can save multiple user credentials for the same server and can select the user name while connecting to the server.
Learn more
SuperPuTTY
The SuperPuTTY window manager for putty sessions. SuperPuTTY is a Windows-based application that manages putty ssh terminals. Additionally, it has a simple scripting language for basic tasks. It additionally supports RDP sessions. SuperPuTTY is used primarily as a window manager and multi-session manager for the PuTTY SSH Client. It allows you to embed PuTTY terminal instances inside of windows form providing a better-tabbed interface when multiple connections are used. Additionally, SuperPuTTY has support for using pscp.exe to transfer files to and from a remote host. Local terminal sessions can be started with MinTTY, as well as RDP, PowerShell, and other terminal applications. SuperPuTTY does not do any ssh or terminal management itself since PuTTY does an excellent job of this. SuperPuTTY as of v1.4.0.7 is available with an installer. SuperPuTTY is also available as a portable ZIP file, Simply unzip the files to a chosen location on your local disk.
Learn more