Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Received SSH_MSG_DISCONNECT (reason=BY_APPLICATION, msg=User Disconnected) #948

Open
akhileshagarwal85 opened this issue Jun 12, 2024 · 0 comments

Comments

@akhileshagarwal85
Copy link

Recently, our provider changed their SFTP server and we started to receive below error while downloading files, which was not there before in the old SFTP server. Any help would be really appreciated. We are using the latest sshj version i.e. 0.38.0

{"logger":"net.schmizz.sshj.transport.TransportImpl","message":"Received SSH_MSG_DISCONNECT (reason=BY_APPLICATION, msg=User Disconnected)"} {"logger":"net.schmizz.sshj.transport.TransportImpl","message":"Dying because - User Disconnected","exception":"net.schmizz.sshj.transport.TransportException: User Disconnected\n\tat net.schmizz.sshj.transport.TransportImpl.gotDisconnect(TransportImpl.java:548)\n\tat net.schmizz.sshj.transport.TransportImpl.handle(TransportImpl.java:500)\n\tat net.schmizz.sshj.transport.Decoder.decode(Decoder.java:113)\n\tat net.schmizz.sshj.transport.Decoder.received(Decoder.java:200)\n\tat net.schmizz.sshj.transport.Reader.run(Reader.java:60)\n"} {"logger":"net.schmizz.sshj.transport.TransportImpl","message":"Disconnected - BY_APPLICATION"}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant