Re: custom jcifs properties

2019-02-24 Thread Karl Wright
These settings were provided by the developer of jcifs, Michael Allen. You have to really understand the protocol well before you should consider changing them in any way. Thanks, Karl On Sun, Feb 24, 2019 at 9:53 AM Cihad Guzel wrote: > Hi, > > SharedDriveConnector have some hardcoded

custom jcifs properties

2019-02-24 Thread Cihad Guzel
Hi, SharedDriveConnector have some hardcoded system properties as follow: static { System.setProperty("jcifs.smb.client.soTimeout","15"); System.setProperty("jcifs.smb.client.responseTimeout","12"); System.setProperty("jcifs.resolveOrder","LMHOSTS,DNS,WINS");