Differences
This shows you the differences between the selected revisions of the page.
2005-01-14 | 2005-01-14 | ||
typo (martin) | grammar (martin) | ||
Line 6: | Line 6: | ||
===== Keepaliaves ===== | ===== Keepaliaves ===== | ||
- | Some servers (and also firewalls and routers on the way between the client and the server) disconnect client if it does not receive any data from it for defined period. In //Keepalives// box you may order WinSCP to send some dummy data in regular periods to avoid the disconnection. The period is defined by //Seconds between keepalives//. | + | Some servers (and also firewalls and routers on the way between the client and the server) disconnect client if they does not receive any data from it for defined period. In //Keepalives// box you may order WinSCP to send some dummy data in regular periods to avoid the disconnection. The period is defined by //Seconds between keepalives//. |
WinSCP implements two methods for keepalives. Basic option is to send SSH-level keepalives implemented by null SSH packets (SSH ignore messages). Some servers may be configured not to count these packets as data and thus they will still disconnect clients sending them. Also if you use SSH1 and your server suffers [[ui_login_bugs|"SSH1 ignore message" bug]], this method will not work. | WinSCP implements two methods for keepalives. Basic option is to send SSH-level keepalives implemented by null SSH packets (SSH ignore messages). Some servers may be configured not to count these packets as data and thus they will still disconnect clients sending them. Also if you use SSH1 and your server suffers [[ui_login_bugs|"SSH1 ignore message" bug]], this method will not work. |