Jeroen van Erp

Results 267 comments of Jeroen van Erp
trafficstars

Hi Iryna, you might want to upgrade to the latest version, released last month. 0.3.0 is ancient and will contain bugs that are long since fixed.

Hi @tony-ts, DFS support is upcoming, but not merged yet. Hope to work on this tomorrow actually. So currently this error would be expected when you connect to a DFS...

@tony-ts Can you try with the latest master? :) Don't forget to set the `SmbConfig.withDfsEnabled(true)`. As I've disabled this by default for now, until we get some more practical experience...

Can you post a bit more context on what your build structure looks like? Are `src/flex` and `src/dom` sourcesets, or is `src` the single sourceset?

Agreed, will work on it soon šŸ‘

Might not have been very soon, but it is done! With the upcoming version 0.14.0 you can depend on the `com.github.hierynomus.license-report` plugin.

I definitely think you're right about the timiwlng issue. Will have a look into it!

Is thereĀ direct support for PKCS12 keys in other tools like OpenSSH? Then it would make more sense to add it so that you can use your keys irrespective of...

@dkocher if you can bring this back up to date with the base branch, and see whether coverage can be improved slightly to make the codecov happy, I'll merge this...

You can do this by doing: ```java try (SFTPClient sftp = ssh.newSFTPClient()) { try (RemoteFile readFile = sftp.open(pathRead)) { try (RemoteFile writeFile = sftp.open(pathWrite, EnumSet.of(OpenMode.Write))) { try (RemoteFile.OutputStream os =...