Page 1 of 1

"Project SFTPClient.exe raised exception class SocketException with message ''Error on data reading from the connection:

Posted: Mon 11 May 2020 10:40
by JanekRoos
When I am connected to the SFTP server by password, suddenly apperas this error message. How to prevent this error message in SecureBridge for Delphi 6 SFTPClient module:
"Project SFTPClient.exe raised exception class SocketException with message ''Error on data reading from the connection: An existing connection was forcibly closed by the remote host. Socket Error Code 10054 ($2746).' Process stopped. Use Step or Run to continue. OK Cancel"
Image

Re: "Project SFTPClient.exe raised exception class SocketException with message ''Error on data reading from the connect

Posted: Thu 14 May 2020 13:11
by ViktorV
Refer to the MSDN documentation for the description of the 10054 error code https://docs.microsoft.com/en-ca/window ... or-codes-2
Please try connecting to your server from any third-party tool. If the connection attempt is successful, please give us remote access to your server so that we could investigate the issue and give you a complete answer.