Differences
This shows you the differences between the selected revisions of the page.
2006-12-08 | 2007-04-03 | ||
typo (martin) | protocols#scp and protocols#sftp (martin) | ||
Line 2: | Line 2: | ||
WinSCP offers unique feature to execute command on remote server as with regular SSH terminal client. However as it does not implement the terminal fully, there are some limitations. Particularly, you cannot execute commands that require terminal emulation ((Such commands will refuse to execute with error message like "Error opening terminal", "No TTY available", "stdin: is not a tty" or "Couldn't open /dev/tty for reading".)) or user input. ((If you happen to execute command that requires user input, WinSCP will eventually timeout waiting for command to finish and you will need to reconnect your session.)) | WinSCP offers unique feature to execute command on remote server as with regular SSH terminal client. However as it does not implement the terminal fully, there are some limitations. Particularly, you cannot execute commands that require terminal emulation ((Such commands will refuse to execute with error message like "Error opening terminal", "No TTY available", "stdin: is not a tty" or "Couldn't open /dev/tty for reading".)) or user input. ((If you happen to execute command that requires user input, WinSCP will eventually timeout waiting for command to finish and you will need to reconnect your session.)) | ||
- | Basically the feature is supported only for [[protocols|SCP protocol]]. With SFTP you can still use the feature by opening [[shell_session|separate shell session]], which in fact takes place automatically for you. | + | Basically the feature is supported only for [[protocols#scp|SCP protocol]]. With [[protocols#sftp|SFTP]] you can still use the feature by opening [[shell_session|separate shell session]], which in fact takes place automatically for you. |
===== How to Enter the Remote Command ===== | ===== How to Enter the Remote Command ===== |