Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
870 views

Access Windows Share under Network Service account

I have two computers with Windows Server 2003. One computer has some shared folders on the network, and the other has a Windows Service (written in C#, running under the Network Service account) that ...
2
votes
1answer
405 views

Accessing shared folder over a network in windows service

I have a windows service that needs to access the files (sometime modification also) from a network (shared folder). I get the file name from an XML like, <add key ="FolderName" ...
2
votes
2answers
1k views

Accessing a Windows Share using PHP

I need to access an Excel file on a Windows Share using PHP but seem to be running into what looks like an authentication issue. I'm using PHP-ExcelReader to open and read the file. Works fine on my ...
2
votes
4answers
1k views

Trying to get a Windows Service to run an executable on a shared drive

I have c# that will run in a windows service. I'm trying to use the Process and ProcessStartInfo classes to run an executable. If the executable is on the local drive, no problem. However, I need ...
1
vote
1answer
728 views

rename a file in php on a windows file server (unc path)

In PHP I want to rename (move/copy) a file on a windows file server: "\myserver\folder1\folder2\myfile.pdf" to "\myserver\folder1\folder2\OLD\myfile.pdf" (all folders already exist and ...
1
vote
1answer
228 views

Checkout from a windows share

I have created a repository in a shared folder. Usually I simply mapped a drive and checked out the repository using a file URL: svn checkout file:///T:\MyRepository . where T: is \\mySharedFolder ...
1
vote
1answer
222 views

Cross-browser URL to windows share [closed]

Possible Duplicate: Firefox Links to local or network pages do not work I want my servers location (SharePoint) wiki page to display server names and links to windows shares located there, ...
0
votes
4answers
743 views

NFS or SMB on Windows Share

If I were to create a Windows shared folder, put a database file in that folder to be shared among multiple users of our client app, is that an NFS or SMB shared folder?