Mount the Windows share from Linux (http://www.techrepublic.com/article/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 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/b918a37e-bd29-4d56-b13c-6e3f53c7b4c8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
