commons-vfs icon indicating copy to clipboard operation
commons-vfs copied to clipboard

SMB v. 2 / 3 integration based on SMBJ

Open ahbonsu opened this issue 7 years ago • 3 comments

Hi,

based on this issue: https://issues.apache.org/jira/browse/VFS-635 I created an implementation of https://github.com/hierynomus/smbj into vfs 2.2

I named the provider SMB2, so the scheme I used is also smb2. I dont know if it's better to rename the existing smb to cifs and use smb for the smb v2+ implementation.

All the tests from the ProviderTests pass (except known issues with classLoader ans sealedClass).

Thanks for any feedback or further advice how to proceed with this pr, André

ahbonsu avatar Nov 15 '17 14:11 ahbonsu

@markt-asf , can I ask why did you close it ? was it integrated in some other way to this repository ?

ilang avatar Sep 18 '19 15:09 ilang

It was closed automatically when the trunk branch was removed. I've re-opened the PR. Please re-base it against master.

markt-asf avatar Sep 18 '19 16:09 markt-asf

@ahbonsu @markt-asf - can you please advise if this planned to be merged ?

vadimd02 avatar Oct 07 '20 15:10 vadimd02