QSsh icon indicating copy to clipboard operation
QSsh copied to clipboard

An Error When I Use shell SshRemoteProcessRunner::readyReadStandardOutput Or SshRemoteProcess::readyReadStandardOutput signal

Open F0R1X opened this issue 1 year ago • 0 comments

When I use SshRemoteProcessRunner::readyReadStandardOutput or SshRemoteProcess::readyReadStandardOutput and issue the command 'grep xxxx *', it outputs a large amount of data. Shortly after, maybe in a few seconds, I encounter the error "The remote host closed the connection." I suspect it might be related to the buffer, but I don't know how to configure it.

F0R1X avatar Jul 03 '24 02:07 F0R1X