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/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/b387f11f-9f54-479e-a7dc-88be6df1fcda%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
