Jeroen van Erp
Jeroen van Erp
Why do you think sshj would need to have this? As you can see from libssh, this is not part of the SSH protocol itself, but rather an intricate amount...
You could take a look at how this is implemented in Overthere (https://github.com/xebialabs/overthere).
Are you using sftp or scp?
With sftp there is a switch (`SFTPClient.setPreserveAttributes(false)`)
Sorry, my crystal ball is muddy... I cannot see your logs.
Hi @vaclavHala, I don't think you'd need a new Transport for that, but rather change the Connection implementation? Opening up these classes is actually not something I'm in favour of,...
@vaclavHala Do you have some code somewhere so that I can take a look at it?
Are you not using buffered streams maybe? A performance test is only as good as its implementation
Otherwise you would need to use a profiler to find the hotspot for this
And without compression?