Differences
This shows you the differences between the selected revisions of the page.
free_ssh_client_for_windows 2011-07-29 | free_ssh_client_for_windows 2020-12-23 (current) | ||
Line 1: | Line 1: | ||
====== Free SSH Client for Windows ====== | ====== Free SSH Client for Windows ====== | ||
- | WinSCP is an open source free SSH client for Windows with the focus on secure file transfer. | + | 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? ===== | ===== What is SSH Client? ===== | ||
- | An SSH client is a software which uses the SSH protocol to connect to a remote computer. | + | 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. | In general SSH protocol can be used for two purposes, file transfers and terminal access. | ||
Line 10: | Line 10: | ||
File transfers are primary focus of WinSCP. | File transfers are primary focus of WinSCP. | ||
- | WinSCP supports [[protocols#sftp|SFTP]] (SSH File Transfer Protocol) for secure file transfers. In addition to that it also supports legacy [[protocols#scp|SCP]] (Secure Copy Protocol). | + | 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]]. | You can use WinSCP to transfer files both manually and [[guide_automation|automatically]]. | ||
Line 17: | Line 17: | ||
While WinSCP does not focus on terminal access, it has basic support for it. | 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 [[script_commands#call|automatically]]. | + | 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 ===== | ===== Further Reading ===== | ||
- | * How to [[guide_connect|connect to an SFTP server]]? | + | * [[guide_connect|*]]; |
- | * [[faq_security|How do I know if the connection is secure]]? | + | * [[faq_security|*]] |
- | * How to [[guide_upload|upload files to an SFTP Server]]? | + | * [[guide_upload|*]]; |
- | * How to [[guide_synchronize|synchronize files with an SFTP Server]]? | + | * [[guide_synchronize|*]]; |
- | * How to [[guide_automation|automate file transfers (or synchronization) to an SFTP server]]? | + | * [[guide_automation|*]]; |
- | * Other [[guides|guides]] to using WinSCP | + | * Other [[guides|*]]; |
- | * [[ssh|Understanding SSH]] | + | * [[ssh|*]]; |
+ | * All [[protocols|*]]. | ||
+ | &winscp_stable_modify_earliest |