Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

maple_243 wrote:

I discovered that other users were experiencing the same problem too.
Please post here if you know the cause of this, to help other users.

Please read the F.A.Q.
maple_243

The problem was on the server side, they have fixed it.

I discovered that other users were experiencing the same problem too.
Please post here if you know the cause of this, to help other users.

Cheers
maple_243

error caused by message printed from startup script

2 weeks ago I could log into the server with no problem. But Now I get an error,

Received too large (1265200236 B) SFTP packet. Max supported packet size is 102400 B.
The error is typically caused by message printed from startup script (like .profile). The message may start with "Kill".


My log file,
. --------------------------------------------------------------------------
. WinSCP Version 3.5.6 (Build 213)
. Login time: Sunday, March 28, 2004 3:54:28 PM
. --------------------------------------------------------------------------
. Session name: userName@login.xxxx.fi
. Host name: login.xxxx.fi (Port: 22)
. User name: userName (Password: Yes, Key file: No)
. Transfer Protocol: SFTP (SCP)
. SSH protocol version: 2; Compression: No
. Agent forwarding: No; TIS/CryptoCard: No; KI: Yes
. Ciphers: aes,blowfish,3des,WARN,des; Ssh2DES: No
. Ping type: -, Ping interval: 60 sec; Timeout: 15 sec
. SSH Bugs: -,-,-,-,-,-,-,-,
. Proxy: none
. Return code variable: Autodetect; Lookup user groups: Yes
. Shell: default, EOL: 0
. Local directory: D:\everyD\_winSCP\xxxx, Remote directory: /home/io/userName/, Update: Yes, Cache: Yes
. Cache directory changes: Yes, Permanent: Yes
. Clear aliases: Yes, Unset nat.vars: Yes, Resolve symlinks: Yes
. Alias LS: No, Ign LS warn: Yes, Scp1 Comp: No
. --------------------------------------------------------------------------
. Looking up host "login.xxxx.fi"
. Connecting to 193.167.x.x port 22
. Server version: SSH-1.99-OpenSSH_3.8p1
. We claim version: SSH-2.0-WinSCP-release-3.5.6
. Using SSH protocol version 2
. Doing Diffie-Hellman group exchange
. Doing Diffie-Hellman key exchange
. Host key fingerprint is:
. ssh-rsa 1024 9b:40:38:da:e9:c5:28:9f:96:79:32:89:c0:xx:xx:xx
. Initialised AES-256 client->server encryption
. Initialised AES-256 server->client encryption
! Using username "userName".
. Server prompt (Password: )
. Access granted
. Opened channel for session
. Started a shell/command
. --------------------------------------------------------------------------
. Using SFTP protocol.
. Doing startup conversation with host.
> Type: SSH_FXP_INIT, Size: 5, Number: -1
. Server sent command exit status 137
. Attempt to close connection due to fatal exception:
* Received too large (1265200236 B) SFTP packet. Max supported packet size is 102400 B.
*
* The error is typically caused by message printed from startup script (like .profile). The message may start with "Kill".
. Closing connection.
* (ESshFatal) Cannot initialize SFTP protocol. Is the host running a SFTP server?
* Received too large (1265200236 B) SFTP packet. Max supported packet size is 102400 B.
*
* The error is typically caused by message printed from startup script (like .profile). The message may start with "Kill".


Please help me on this!