Differences
This shows you the differences between the selected revisions of the page.
2005-05-04 | 2005-05-08 | ||
typo (martin) | explicit anchors (martin) | ||
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]]. | ||
- | ===== SCP (Secure Copy Protocol) ===== | + | ===== [[scp]] SCP (Secure Copy Protocol) ===== |
SCP is mostly used with SSH-1. SCP is an older protocol but almost universally supported on Unix-like platforms as part of an SSH protocol suite. It is rarely supported on other platforms. SCP is a descendant of the ancient "rcp". | SCP is mostly used with SSH-1. SCP is an older protocol but almost universally supported on Unix-like platforms as part of an SSH protocol suite. It is rarely supported on other platforms. SCP is a descendant of the ancient "rcp". | ||
Protocol itself allows only file transfers in both directions. Other features of WinSCP are realized 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 operation system, it is necessary to have at least UNIX-like shell. One like that is for example available with [[&opensshwin|OpenSSH for Windows]]. | Protocol itself allows only file transfers in both directions. Other features of WinSCP are realized 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 operation system, it is necessary to have at least UNIX-like shell. One like that is for example available with [[&opensshwin|OpenSSH for Windows]]. | ||
- | ===== SFTP (SSH File Transfer Protocol) ===== | + | ===== [[sftp]] SFTP (SSH File Transfer Protocol) ===== |
SFTP is mostly operated as subsystem of SSH-2. SFTP is a | SFTP is mostly operated as subsystem of SSH-2. SFTP is a |