Differences
This shows you the differences between the selected revisions of the page.
2010-01-06 | 2010-01-06 | ||
Restored revision 1261494928. Undoing revision 1262736337. (martin) (hidden) | scp need unix-like server (martin) | ||
Line 12: | Line 12: | ||
===== [[scp]] SCP Requirements ===== | ===== [[scp]] SCP Requirements ===== | ||
+ | As the SCP protocol implements file transfers only, WinSCP must use other means to implement the additional functionality (like directory listing). WinSCP uses Unix-like shell commands to do that. This in turn means that when using SCP protocol, it can connect to servers that run Unix-like or its emulation only ((e.g. Cygwin on Windows. See [[faq_openssh_win|FAQ]] to learn how to use WinSCP with Windows server running OpenSSH on Cygwin.)). | ||
+ | |||
To transfer files, ''scp1'' is used (it is called from within ''scp''). If only ''scp2'' is allowed on your server, check the //[[ui_login_scp#other_options|Use scp2 with scp1 compatibility]]// option on the [[ui_login_scp|SCP/Shell tab]] in the Login dialog. | To transfer files, ''scp1'' is used (it is called from within ''scp''). If only ''scp2'' is allowed on your server, check the //[[ui_login_scp#other_options|Use scp2 with scp1 compatibility]]// option on the [[ui_login_scp|SCP/Shell tab]] in the Login dialog. | ||