Archived Forum Post

Index of archived forum posts

Question:

Problem understanding SFTP errormessage

Jul 16 '15 at 05:29

Hi

I'm connecting to an external SFTP server. It actually works fine on my old server (windows 2003), but I'm in the progress of upgrading to a newer server (windows 2012) and with that, I'm also upgrading chilkat from "Chilkat.SFtp" to "Chilkat_9_5_0.SFtp". But I can't seem to figure out, what and why it won't work on the new server.

I can connect to the SFTP by Filezilla on the new server, so there should be access to the SFTP server.

I've been searching for more info about theese lines, but can't find anything that can help me.

ChilkatLog:
InitializeSftp(31ms):
DllDate: Mar 6 2015
ChilkatVersion: 9.5.0.48
UnlockPrefix: USERPREFIX
Username: USERNAME
Architecture: Little Endian; 64-bit
Language: ActiveX / x64
VerboseLogging: 1
SshVersion: SSH-2.0-mod_sftp/0.9.8
SftpVersion: 0
channelType: session
clientChannel: 0
clientInitialWindowSize: 327680
clientMaxPacketSize: 32768
sendMessageInOnePacket:
sendSshMsg: CHANNEL_OPEN
Sent open channel request
sshReadMessage(16ms):
mType: CHANNEL_OPEN_CONFIRMATION
ClientChannelNum: 0
ServerChannelNum: 0
ServerInitialWindowSize: -1
ServerMaxPacketSize: 32768
Session channel successfully opened.
ChannelNum: 0
ServerChannelNum: 0
sendMessageInOnePacket:
sendSshMsg: CHANNEL_REQUEST: subsystem
Sent subsystem request
sshReadMessage(15ms):
mType: CHANNEL_EXTENDED_DATA
dataLen: 338
clientWinSize: 327342
Received extended data.
Unexpected message type received in response to subsystem request.
messageType: 95
SSH read failed...
Failed.


Accepted Answer

The latest version of Chilkat (v9.5.0.51) should already fix this problem.


Answer

OMG!

That did the magic. I've been over the release notes before, but couldn't see anywhere, that the issue, that I was havingen, should have been fixed in a newer version. But it works now, and that is the most important thing for me.

Thanks.