Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
4.5k views
in .NET FTP by (400 points)
Any help here would be appreciated!

DEBUG [SSH2Channel] 17 Nov 2010 10:17:26.852 : Transmit 93 bytes
DEBUG [ChannelDataWindow] 17 Nov 2010 10:17:26.852 : Remote window size decreased to 33993
DEBUG [PlainSocket] 17 Nov 2010 10:17:26.862 : RepeatCallback received 120 bytes
DEBUG [SSH2Connection] 17 Nov 2010 10:17:26.862 : ProcessPacket pt=SSH_MSG_IGNORE
DEBUG [SFTPChannelReceiver] 17 Nov 2010 10:17:26.862 : SSH_MSG_IGNORE message received
DEBUG [SSH2Connection] 17 Nov 2010 10:17:26.862 : ProcessPacket pt=SSH_MSG_DISCONNECT
DEBUG [SFTPChannelReceiver] 17 Nov 2010 10:17:26.862 : Connection closed: Protocol error: packet too long: 65556. (code=2)
DEBUG [PlainSocket] 17 Nov 2010 10:17:26.862 : RepeatCallback received 0 bytes
DEBUG [SFTPChannelReceiver] 17 Nov 2010 10:17:26.862 : Connection closed: (code=0)
ERROR [SFTPMessageStore] 17 Nov 2010 10:17:26.862 : Disconnected unexpectedly ( [errorcode=0])
ERROR [SFTPMessageStore] 17 Nov 2010 10:19:26.866 : GetMessage timed out (request id=9)
ERROR [SFTPMessageStore] 17 Nov 2010 10:19:26.866 : EnterpriseDT.Net.Ftp.Ssh.SFTPException: GetMessage timed out (request id=9)
ERROR [SFTPMessageStore] 17 Nov 2010 10:19:26.866 : at 8sIUmhpBqNcVwtTw38F.rkc6rKpGdJEt02Zh4qR.eIbqAVPmT(Int32 )
ERROR [SSHFTPClient] 17 Nov 2010 10:19:26.906 : Failed to close output stream in put()
ERROR [SSHFTPClient] 17 Nov 2010 10:19:26.906 : System.IO.IOException: GetMessage timed out (request id=9)
ERROR [SSHFTPClient] 17 Nov 2010 10:19:26.906 : at BZpriB5x1ETagnfF76y.nfBeYG58XGxo88EWAUG.C7FVGX95i()
ERROR [SSHFTPClient] 17 Nov 2010 10:19:26.906 : at BZpriB5x1ETagnfF76y.nfBeYG58XGxo88EWAUG.Close()
ERROR [SSHFTPClient] 17 Nov 2010 10:19:26.906 : at EnterpriseDT.Net.Ftp.Ssh.SSHFTPClient.sb86jTouD(Stream , String , String , Boolean )

2 Answers

0 votes
by (161k points)
Set the SSHMaxPacketSize to 32,000.
0 votes
by (400 points)
Set the SSHMaxPacketSize to 32,000.


Thanks Bruce... All that grumbling around and tinkering and you were able to solve it in 2 seconds. I knew it was probably a setting on the command object.... Just didn't know which property to use! Again, thanks.

Categories

...