i actually got no error message except communication failed.
And that's indeed all WinSCP can tell.
i actually got no error message except communication failed.
Server sent disconnect message
type 11 (by application):
"ssh disconnect by application"
Status code: 4, Message: 8451, Server: Failure
Well, you server basically crashes the connection (seems like a bug to me, check your server's log). How can WinSCP tell why that happened to give you meaningful error message? It expects that the connection was lost (due to some networking failure) and retries. 5.5.x keeps retrying indefinitely, unless you limit it bySession.ReconnectTime
. Since 5.6.x beta, default limit is 120 seconds.
Session.ReconnectTime
. Since 5.6.x beta, default limit is 120 seconds.