Differences

This shows you the differences between the selected revisions of the page.

2006-04-10 2006-04-10
DSN => DNS. Extra hats pls. (71.33.63.161) grammar hats (71.33.63.161)
Line 11: Line 11:
===== [[large_packet]] Received too large (??? B) SFTP packet. Max supported packet size is 102400 B ===== ===== [[large_packet]] Received too large (??? B) SFTP packet. Max supported packet size is 102400 B =====
-If ??? (from the subject) is very large number then the problem is typically caused by a message printed from some profile/logon script. It violates the SFTP protocol. Some of these scripts are executed even for [[requirements#configuring_winscp_sessions|non-interactive (no TTY) sessions]], so they cannot print anything (nor ask user to type something). +If ??? (from the subject) is a very large number then the problem is typically caused by a message printed from some profile/logon script. It violates the SFTP protocol. Some of these scripts are executed even for [[requirements#configuring_winscp_sessions|non-interactive (no TTY) sessions]], so they cannot print anything (nor ask user to type something).
-The number ??? represents the first four bytes read from the server. In such case it is typically the first four characters of the message. You can usually see the full message if you login to your account using SSH terminal.+The number ??? represents the first four bytes read from the server. If your login scripts are printing words, this will be the first four characters cast into a number, and not an SFTP message at all.
-To fix the problem find out what command in what script does print the message. Once you find it move the command to proper script or remove it at all. The scripts are usually hidden (their name starts with dot) and are located in your home directory on the server.+To fix the problem find out what command in your login script prints text. Once you find it move the command to the proper non-interactive script, or remove it entirely. The scripts are usually hidden (their name starts with dot) and are located in your home directory on the server.
-There are other possible sources of the message in addition to the profile script. Some SSH servers for example prints message in case of fatal error (for example when they are unable to start SFTP server). You need to contact your server administrator.+There are other possible sources of the message in addition to the profile script - some SSH servers print messages if they are unable to start the SFTP server, or encounter a fatal error. You should contact your server administrator.
===== Invalid access to memory ===== ===== Invalid access to memory =====
This error message is not useful for you as an end-user. If generally means that there is a bug in the software. Please [[reporting|report the bug]]. This error message is not useful for you as an end-user. If generally means that there is a bug in the software. Please [[reporting|report the bug]].

Last modified: by 71.33.63.161