Sshd client and socket options (traffic class)

2016-06-27 Thread Mattila Heikki
Hi, Is there a way to configure the SSH Client socket traffic class (QoS), similar to Java: Socket.setTrafficClass( int tc )? So either an interface to set the value or to access the Socket? I could not find any examples in the Test classes by myself, so any directions are welcome. Best

Re: issue with broken stream data

2016-06-27 Thread Alexander Christian
Hi Emmanuel, Am 24.06.2016 um 21:46 schrieb Emmanuel LĂ©charny: First, what has changed recently ? Java version ? Faster computer ? Nothing changed. Issue is reproducible on different machines, different OS and different Java versions. It's more or less a scenario in the code, which has not

SCP - Rooted file system not honoured

2016-06-27 Thread Stefan Magnus Landrø
Hi there, I'm using setFileSystemFactory to set a custom file system factory, but it seems that when downloading files using SCP and trying to us a wildcard pattern to download file, the DirectoryScanner which is invoked by the ScpHelper is not using the the custom filesystem at all. This seems