-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add SMB support [discussion] #7
Comments
Yes, that sounds interesting. So if you can contribute it, open PR and I will review it. Just check how the current FTP and File support has been done to follow the pattern. |
Hi @TatuLund, |
Yes, I would assume so. Reminds me, that have I remembered to write note on this in JavaDoc though. |
Ok, so I will go with the user responsibility version. Is there a reason for the multiple Selects etc. for every filesystem type? Maybe a refactoring to unify it would be good? |
Just organic growth. |
Hi, thanks for the nice addon. I have written a TreeData and DataProvider to support the browsing and handling of SMB sources. Lazy loading is supported. My implementation is based on https://github.com/hierynomus/smbj. I would like to know if there is interest to merge it into this project. Some polishment would be needed if it is desired.
The text was updated successfully, but these errors were encountered: