Re: [nodejs] Re: Windows Connection Credentials from Linux

2017-06-05 Thread Grant MacDonald
Hi Simon. I tried this module last week but it doesn't seem to support SMB version 3 (file server is Windows Server 2012.) I managed to get it to work with the mounting of the share at boot time. That will work for what I need now. I'll keep my eye out for a SMB module that supports version

Re: [nodejs] Re: Windows Connection Credentials from Linux

2017-06-05 Thread Simon Doodkin
I meant you can look at this https://www.npmjs.com/package/smb2 not sure when but sometimes network file systems are too slow for the concurrent web - just be aware if bottle neck situation did not happen... On 4 June 2017 at 17:01, Grant MacDonald wrote: > Hi guys. I appreciate the responses