This repository has been archived by the owner on Oct 14, 2023. It is now read-only.
v1.3.1s
* 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)