Differences

This shows you the differences between the selected revisions of the page.

2007-05-10 2007-05-10
no summary (87.86.105.3) (hidden) old revision restored (martin) (hidden)
Line 4: Line 4:
The default mode of operation is to use SFTP and fall back to SCP. Select your preferred protocol on [[ui_login_session#protocol_group|Login dialog]]. The default mode of operation is to use SFTP and fall back to SCP. Select your preferred protocol on [[ui_login_session#protocol_group|Login dialog]].
 +===== [[sftp]] SFTP (SSH File Transfer Protocol) =====
 +Despite SSH in its name, it is designed to work over any reliable data stream, but WinSCP supports only operation over SSH, which is also by far its most common usage.
 +Being operated over SSH, it is secure protocol. In its basic functionally it is similar to old FTP, while having better designed advanced functionality. Unfortunately not all SFTP server implementation takes advantage of the advanced features, yet.
 +
 +Especially in its later versions (from 4 upwards), it is more platform independent, compared to both FTP and SCP.
 +
 +Unlike SCP, for connection with an SFTP server you do not need access to shell (although some implementations may still require that).
===== [[scp]] SCP (Secure Copy Protocol) ===== ===== [[scp]] SCP (Secure Copy Protocol) =====
Line 10: Line 17:
The SCP protocol allows only file transfers in both directions. WinSCP is able to offer other features, implemented using common shell commands like ''cd'', ''ls'', ''pwd'', ''rm'', ''ln'', etc. For this, WinSCP---unlike command-line SCP clients (which allow only file transfers)---requires full shell access and permission to execute other commands in addition to ''scp'' (see [[requirements]]). For access to non-UNIX servers it is necessary that the server have at least a UNIX-like shell. The SCP protocol allows only file transfers in both directions. WinSCP is able to offer other features, implemented using common shell commands like ''cd'', ''ls'', ''pwd'', ''rm'', ''ln'', etc. For this, WinSCP---unlike command-line SCP clients (which allow only file transfers)---requires full shell access and permission to execute other commands in addition to ''scp'' (see [[requirements]]). For access to non-UNIX servers it is necessary that the server have at least a UNIX-like shell.
-dave was here 
===== [[ftp]] FTP (File Transfer Protocol) ===== ===== [[ftp]] FTP (File Transfer Protocol) =====

Last modified: by martin