Differences
This shows you the differences between the selected revisions of the page.
2004-12-14 | 2004-12-14 | ||
no summary (martin) (hidden) | no summary (martin) (hidden) | ||
Line 5: | Line 5: | ||
SCP is mostly used with SSH1. 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 [[http://sshwindows.sourceforge.net/|OpenSSH for Windows]]. | SCP is mostly used with SSH1. 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 [[http://sshwindows.sourceforge.net/|OpenSSH for Windows]]. | ||
+ | ==== SFTP (SSH File Transfer Protocol) ==== | ||
+ | ==== Protocol comparison ==== |