Accessing a network path via mapped drive
Greetings.
I have a need to connect to a file server to read and zip up some files.
I am looking for either a solution to the problem, or a definitive "that will not work"
We have a windows based CF2018 server in our DMZ.
The DMZ is disconnected from the domain as such I can not run CF as a domain user such as cf@mydomain.com
Currently the CF service is running under a local admin accout ex. 'svcCF'
Logging in to the Windows server as the local dmin 'scvCF', I have mapped a network drive ex. Z: to a network location '\\myserver.mydomain\myfolder' using the credentials of a domain user with permissions on that machine.
I am then trying:
<cfdirectory action="list" directory="Z:\700 Series\" recurse="false" name="myList">
<cfdump var="#myList#">
With an empty result.
My guess is just because the local admin account svcCF has a mapped drive (using a different user's credentials to connect) doesnt mean the CF service sunning as the local admin account svcCF can "see" that mapped drive.
Again, open to other options, or a not possible.
Thank you!
Chris
