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 <[email protected]> wrote: > Hi guys. I appreciate the responses. I am familiar with windows share > mounts within Linux. I was hoping to make the connection from within the > node application. I will add the permanent mount to the server and proceed > this way. > > Thanks. Grant. > > On Saturday, June 3, 2017 at 3:47:21 PM UTC-3, Denard Springle wrote: >> >> Mount the Windows share from Linux (http://www.techrepublic.com/a >> rticle/how-to-permanently-mount-a-windows-share-on-linux/) and use the >> local mount point in Node. >> >> HTH >> >> -- Denny >> >> On Friday, June 2, 2017 at 1:13:37 PM UTC-4, Grant MacDonald wrote: >>> >>> Hi folks. I have a node.js application that runs on a Linux server that >>> needs access to files on a Windows file share. The user account for the >>> node.js application on the Linux server does not have credentials to >>> traverse the directory tree of this Windows file share (ie. using the fs >>> module.) Is there a way that I can specify valid Windows credentials >>> (username/password) in a node.js application so that it can access this >>> Windows share using fs, fs-extra, etc? >>> >>> Thanks. Grant. >>> >> -- > Job board: http://jobs.nodejs.org/ > New group rules: https://gist.github.com/othiym23/9886289#file-moderation- > policy-md > Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting- > Guidelines > --- > You received this message because you are subscribed to a topic in the > Google Groups "nodejs" group. > To unsubscribe from this topic, visit https://groups.google.com/d/to > pic/nodejs/92tYYIci2ao/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ms > gid/nodejs/b387f11f-9f54-479e-a7dc-88be6df1fcda%40googlegroups.com > <https://groups.google.com/d/msgid/nodejs/b387f11f-9f54-479e-a7dc-88be6df1fcda%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/CANaQPdKaiJh_aHb%3DfzteJiQQ8s9ZFXge3GtRdU85_NUgZ0a4fQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
