Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

v1.3.1s

Compare
Choose a tag to compare
@Guiorgy Guiorgy released this 28 Feb 11:36
· 90 commits to master since this release

* fixed progressbar not centered when loading files.
* fixed timeout when unable to connect to server. (temporary workaround)
- removed setServer and setAuthenticator methods.
+ now possible to pass custom properties to CIFSContext. example:

            Properties properties = new Properties();
            properties.setProperty("jcifs.smb.client.responseTimeout", "5000");
            properties.setProperty("jcifs.smb.client.minVersion", "SMB1");
            properties.setProperty("jcifs.smb.client.maxVersion", "SMB1");
            SmbFileChooserDialog.newDialog(ctx, properties, domain, auth)