Differences
This shows you the differences between the selected revisions of the page.
2015-01-06 | 2015-01-09 | ||
reverting. the list is supposed to show actual translations of the message in the application, not any random translation (martin) | Disconnected from server (martin) | ||
Line 150: | Line 150: | ||
If the problem repeats, try turning off //[[ui_login_connection|Optimize connection buffer size]]//. | If the problem repeats, try turning off //[[ui_login_connection|Optimize connection buffer size]]//. | ||
+ | |||
+ | ===== [[disconnected]] Disconnected from server ===== | ||
+ | |||
+ | This messages indicates that an FTP server unexpectedly closed a connection. | ||
+ | |||
+ | There were reports((See forum topics [[http://winscp.net/forum/viewtopic.php?t=14577|FTPS server disconnect during directory listing = sync fail]], [[http://winscp.net/forum/viewtopic.php?t=14289|winscp.com scripting disconnect with FTP over TLS]] and [[http://winscp.net/forum/viewtopic.php?t=11568|Synchronization: Reconnect and continue during file compare]].)) that the disconnect is sometimes caused by a Windows firewall on a local machine or on a remote server (if the server runs on Windows), if a stateful FTP filtering is enabled on the firewall. | ||
+ | |||
+ | To disable the stateful FTP filtering, in an Administrator command prompt, execute following command: | ||
+ | |||
+ | netsh advfirewall set global StatefulFTP disable | ||
+ | |||
+ | For details refer to [[http://technet.microsoft.com/cs-cz/library/dd421710.aspx|How to Configure Windows Firewall for a Passive Mode FTP Server]]. | ||
===== Incoming packet was garbled on decryption ===== | ===== Incoming packet was garbled on decryption ===== |