You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread "main" java.lang.IllegalArgumentException: Invalid value: -1485377672
at net.schmizz.sshj.common.Buffer.putUInt32(Buffer.java:320)
at net.schmizz.sshj.connection.channel.AbstractChannel.newBuffer(AbstractChannel.java:355)
at net.schmizz.sshj.connection.channel.AbstractChannel.sendChannelRequest(AbstractChannel.java:381)
at net.schmizz.sshj.connection.channel.direct.SessionChannel.startSubsystem(SessionChannel.java:188)
at net.schmizz.sshj.sftp.SFTPEngine.(SFTPEngine.java:68)
at net.schmizz.sshj.sftp.SFTPEngine.(SFTPEngine.java:60)
at net.schmizz.sshj.SSHClient.newSFTPClient(SSHClient.java:722)
The text was updated successfully, but these errors were encountered:
matenhagen
changed the title
Channel Id larger then Integer.MAX_VALUE not supported
Channel Id larger than Integer.MAX_VALUE not supported
May 21, 2021
* Support writing unsigned integers to buffer, this is required to support channel ids greater than Integer.MAX_VALUE
fixes#690
* Fix incorrect test
* Fix indentation to make codacy happy
Co-authored-by: Jeroen van Erp <jeroen@hierynomus.com>
Exception in thread "main" java.lang.IllegalArgumentException: Invalid value: -1485377672
at net.schmizz.sshj.common.Buffer.putUInt32(Buffer.java:320)
at net.schmizz.sshj.connection.channel.AbstractChannel.newBuffer(AbstractChannel.java:355)
at net.schmizz.sshj.connection.channel.AbstractChannel.sendChannelRequest(AbstractChannel.java:381)
at net.schmizz.sshj.connection.channel.direct.SessionChannel.startSubsystem(SessionChannel.java:188)
at net.schmizz.sshj.sftp.SFTPEngine.(SFTPEngine.java:68)
at net.schmizz.sshj.sftp.SFTPEngine.(SFTPEngine.java:60)
at net.schmizz.sshj.SSHClient.newSFTPClient(SSHClient.java:722)
The text was updated successfully, but these errors were encountered: