Differences
This shows you the differences between the selected revisions of the page.
2016-02-01 | 2016-02-27 | ||
syntax (martin) | https (martin) | ||
Line 163: | Line 163: | ||
This messages indicates that an FTP server unexpectedly closed a connection. | 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. | + | There were reports((See forum topics [[this>../../forum/viewtopic.php?t=14577|FTPS server disconnect during directory listing = sync fail]], [[this>../../forum/viewtopic.php?t=14289|winscp.com scripting disconnect with FTP over TLS]] and [[this>../../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: | To disable the stateful %%FTP%% filtering, in an Administrator command prompt, execute following command: | ||
Line 171: | Line 171: | ||
</code> | </code> | ||
- | For details refer to [[http://technet.microsoft.com/cs-cz/library/dd421710.aspx|How to Configure Windows Firewall for a Passive Mode FTP Server]]. | + | For details refer to [[https://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 ===== | ||
Line 391: | Line 391: | ||
This error is returned by Windows IIS server due to a known bug. | This error is returned by Windows IIS server due to a known bug. | ||
- | For details see [[http://support.microsoft.com/kb/2888853|Microsoft KB 2888853]]. | + | For details see [[https://support.microsoft.com/kb/2888853|Microsoft KB 2888853]]. |
===== [[library_process_terminated_with_exit_code_3]] WinSCP process terminated with exit code 3 ===== | ===== [[library_process_terminated_with_exit_code_3]] WinSCP process terminated with exit code 3 ===== | ||
Line 421: | Line 421: | ||
You may get this error when using [[library|WinSCP .NET assembly]] from restricted environments, such as [[library_ssis|SSIS]]. To use the assembly from SSIS, it needs to be [[library_install#gac|installed to GAC]]. | You may get this error when using [[library|WinSCP .NET assembly]] from restricted environments, such as [[library_ssis|SSIS]]. To use the assembly from SSIS, it needs to be [[library_install#gac|installed to GAC]]. | ||
- | If the above is not your case, use [[http://msdn.microsoft.com/en-us/library/e74a18c4.aspx|Assembly Binding Log Viewer]] (''Fuslogvw.exe'') to debug assembly loading. | + | If the above is not your case, use [[https://msdn.microsoft.com/en-us/library/e74a18c4.aspx|Assembly Binding Log Viewer]] (''Fuslogvw.exe'') to debug assembly loading. |
===== [[path_slash_ambiguous]] Selecting files using a path ending with slash is ambiguous. Remove the slash to select the folder. Append * mask to select all files in the folder. ===== | ===== [[path_slash_ambiguous]] Selecting files using a path ending with slash is ambiguous. Remove the slash to select the folder. Append * mask to select all files in the folder. ===== |