Differences
This shows you the differences between the selected revisions of the page.
2011-12-04 | 2011-12-04 | ||
name_no_data (martin) | typos (martin) | ||
Line 203: | Line 203: | ||
* //[[ui_login_scp#directory_listing|Listing command]]// (e.g. use ''sed'' to modify output of ''ls'' command to match the WinSCP requirements); | * //[[ui_login_scp#directory_listing|Listing command]]// (e.g. use ''sed'' to modify output of ''ls'' command to match the WinSCP requirements); | ||
* //[[ui_login_scp#other_options|Clear aliases]]// (may help if the ''ls'' command is aliased to display non standard output) and | * //[[ui_login_scp#other_options|Clear aliases]]// (may help if the ''ls'' command is aliased to display non standard output) and | ||
- | * //[[ui_login_scp#other_options|Clear national variables]]// (may help if your listing does not use english month names). | + | * //[[ui_login_scp#other_options|Clear national variables]]// (may help if your listing does not use English month names). |
* Make sure you are using ''bash'' shell. If you do not want to set it as your default shell, [[ui_login_scp#shell|force it]] for WinSCP sessions. | * Make sure you are using ''bash'' shell. If you do not want to set it as your default shell, [[ui_login_scp#shell|force it]] for WinSCP sessions. | ||
Line 241: | Line 241: | ||
===== [[timeout_external_console]] Timeout waiting for external console to complete the command ===== | ===== [[timeout_external_console]] Timeout waiting for external console to complete the command ===== | ||
- | This error indicates that ''[[executables|winscp.exe]]'' did not receieve an answer from ''[[executables|winscp.com]]'' in time. | + | This error indicates that ''[[executables|winscp.exe]]'' did not receive an answer from ''[[executables|winscp.com]]'' in time. |
Most commonly this happens when ''winscp.com'' has redirected output to a stream with limited buffer. If the stream is not being read from, the buffer gets eventually filled and ''winscp.com'' hangs, when trying to write into it. | Most commonly this happens when ''winscp.com'' has redirected output to a stream with limited buffer. If the stream is not being read from, the buffer gets eventually filled and ''winscp.com'' hangs, when trying to write into it. | ||
Line 260: | Line 260: | ||
* [[message_large_packet|"Error Received too large (... B) SFTP packet. Max supported packet size is 102400 B"]]. | * [[message_large_packet|"Error Received too large (... B) SFTP packet. Max supported packet size is 102400 B"]]. | ||
- | ===== [[cannon_open_active_connection]] The server cannot open connection in active mode. If you are behind a NAT router, you may need to specify an external IP address. Afternativelly, consider switching to passive mode. ===== | + | ===== [[cannon_open_active_connection]] The server cannot open connection in active mode. If you are behind a NAT router, you may need to specify an external IP address. Alternatively, consider switching to passive mode. ===== |
The error happens when the server does not open connection to WinSCP to perform file or directory listing transfer. | The error happens when the server does not open connection to WinSCP to perform file or directory listing transfer. | ||