Differences
This shows you the differences between the selected revisions of the page.
free_ssh_client_for_windows 2011-07-28 | free_ssh_client_for_windows 2020-12-23 (current) | ||
Line 1: | Line 1: | ||
+ | ====== Free SSH Client for Windows ====== | ||
+ | WinSCP is an open source free SSH client for Windows with the focus on secure file transfer. You can get it from [[&download|WinSCP download]] page. Latest stable WinSCP version is &winscp_stable_version. | ||
+ | ===== What is SSH Client? ===== | ||
+ | An SSH client is a software which uses the [[SSH]] protocol to connect to a remote computer. | ||
+ | |||
+ | In general SSH protocol can be used for two purposes, file transfers and terminal access. | ||
+ | |||
+ | ===== SSH File Transfers ===== | ||
+ | File transfers are primary focus of WinSCP. | ||
+ | |||
+ | WinSCP supports [[SFTP]] (SSH File Transfer Protocol) for secure file transfers. In addition to that it also supports legacy [[SCP]] (Secure Copy Protocol). | ||
+ | |||
+ | You can use WinSCP to transfer files both manually and [[guide_automation|automatically]]. | ||
+ | |||
+ | ===== SSH Terminal Access ===== | ||
+ | While WinSCP does not focus on terminal access, it has basic support for it. | ||
+ | |||
+ | You can execute [[remote_command|remote commands]] via SSH terminal both manually and [[scriptcommand_call|automatically]]. | ||
+ | |||
+ | If you need unrestricted terminal access (and still want to use WinSCP for file transfers), you will find [[integration_putty|integration with PuTTY SSH client]] useful. This free Telnet and SSH client for Windows can be also downloaded from our [[&winscp_root/eng/downloads.php#putty|PuTTY download]] page. | ||
+ | |||
+ | ===== WinSCP is Also FTP Client ===== | ||
+ | WinSCP is, in addition to being SFTP client and SCP client, also [[free_ftp_client_for_windows|FTP client]]. It supports also secure variant of FTP, the [[FTPS]]. | ||
+ | |||
+ | ===== Further Reading ===== | ||
+ | * [[guide_connect|*]]; | ||
+ | * [[faq_security|*]] | ||
+ | * [[guide_upload|*]]; | ||
+ | * [[guide_synchronize|*]]; | ||
+ | * [[guide_automation|*]]; | ||
+ | * Other [[guides|*]]; | ||
+ | * [[ssh|*]]; | ||
+ | * All [[protocols|*]]. | ||
+ | |||
+ | &winscp_stable_modify_earliest |