Differences
This shows you the differences between the selected revisions of the page.
2007-01-11 | 2007-04-04 | ||
Language changes for clarity. (142.205.240.192) | 4.0 ftp (martin) | ||
Line 1: | Line 1: | ||
====== How do I know if the connection is secure? ====== | ====== How do I know if the connection is secure? ====== | ||
- | With WinSCP the connection is always secure. Simply, WinSCP knows only one protocol, SSH (Secure SHell), and it is secure. Whatever settings you change, you cannot make it connect unsecurely. | + | Once connected, you can see a "lock" icon on the status bar. When it is highlighted (yellow), your connection is secure, when it is grayed, your connection is insecure. |
+ | |||
+ | WinSCP supports three file transfer protocols, SFTP, FTP and SCP. SFTP and SCP use SSH, thus they are secure. FTP is insecure. | ||
However, please ensure that the server you are connecting to is a secure server to start with - WinSCP only secures a particular file transfer session from server to client and from client to server. If you still have open FTP or Telnet port on your server, you are not safe! | However, please ensure that the server you are connecting to is a secure server to start with - WinSCP only secures a particular file transfer session from server to client and from client to server. If you still have open FTP or Telnet port on your server, you are not safe! | ||
Also read documentation to learn more about [[SSH]] and [[security|security in general]]. | Also read documentation to learn more about [[SSH]] and [[security|security in general]]. |