Jeroen van Erp

Results 285 comments of Jeroen van Erp

Does it work consistently with 0.26 and consistently not with 0.27?

Ok, great and 0.27 consistently fails?

Ok, I think I've narrowed it down to coming from the `Encoder` class. That was changed between 0.26 and 0.27 to add support for ETM ciphers. The way the padding...

As said I cannot do anything with this ticket. If files would be corrupted always, I think someone would've noticed in the past X years :). Please give a more...

For examples on using/creating a shell using sshj, you can look at https://github.com/xebialabs/overthere, which I co-authored.

@stjava If you start from here, and look at the `Process` implementation you'll see it works: https://github.com/xebialabs/overthere/blob/d96b884504c76006350074d0a9b2018645433d77/src/main/java/com/xebialabs/overthere/ssh/SshConnection.java#L302

Using `SftpFileTransfer.download` you can also supply a directory, the code then ensures that each file in that directory is transferred.

It currently isn't, but I'll consider this a feature request ;)

You can get an inputstream from an SFTP/SCP and pass that through a TarInputStream (see https://commons.apache.org/proper/commons-compress/)