Re: ReceiveNotification:EXCEPTION Failed to read b - WeOnlyDo Discussion board

Re: ReceiveNotification:EXCEPTION Failed to read b (General questions)

by carsimex, Tuesday, July 20, 2010, 19:44 (5238 days ago) @ woddrazen

this is what server returns
SSH-2.0-SSHD

This is how I use put file method
sftpClient.PutFile(localFile, remotePath);

where localfile = C:Folder1file
remotePath = /Inbound/Encrypted/file

Hi,


Unfortunately we need more information in order to identify why this problem occur.

Can you please go to command prompt and type:

telnet your.hostname 22

and send us first line returned. That should give us information about your server.

Also did you maybe try to upload file using our samples? You can find samples in component Samples folder.

Please make sure that you are using full local and remote path inside PutFile Method.


Regards,
Drazen


Complete thread: