Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

27
votes
6answers
18k views

Accessing a Shared File (UNC) From a Remote, Non-Trusted Domain With Credentials

We've run into an interesting situation that needs solving, and my searches have turned up nill. I therefore appeal to the SO community for help. The issue is this: we have a need to programmatically ...
22
votes
9answers
20k views

Firefox Links to local or network pages do not work

I have a .asp application where image files (.PDF) are stored in a directory (fed by a copier/scanner). The created file names are stored in a database table, When a query is launched from the web ...
8
votes
2answers
147 views

C# opening unavailable network path with Process.Start()

I'm opening directories over network using: System.Diagnostics.Process.Start(path); // path = UNC network path But having 2 network paths: \\This_PC_Does_Not_Exist\dir \\This_PC_Is_Turned_Off\dir ...
8
votes
3answers
3k views

How do I convert a path with a drive letter to a UNC path

How do I convert a path with a drive letter like W:\Path\Share to the equivalent unc path like \\server\Share\File in .Net? At the command prompt you can run net use and that will list the mappings. ...
8
votes
4answers
7k views

Method to determine if path string is local or remote machine

What's the best way, using C# or other .NET language, to determine if a file path string is on the local machine or a remote server? It's possible to determine if a path string is UNC using the ...
7
votes
3answers
3k views

What is the correct way to check if a path is an UNC path or a local path?

The easiest way to check if a path is an UNC path is of course to check if the first character in the full path is a letter or backslash. Is this a good solution or could there be problems with it? ...
6
votes
2answers
296 views

PowerShell: Unable to write data to a UNC path that contains square brackets

This is the problem I'm having: # The following line works Add-Content -LiteralPath "$Env:USERPROFILE\Desktop\[Test].txt" -Value "This is a test" # The following line does not work and does not ...
6
votes
3answers
1k views

How to (quickly) check if UNC Path is available

How can I check if a UNC Path is available? I have the problem that the check takes about half a minute if the share is not available : var fi = new ...
5
votes
1answer
356 views

Why doesn't my program recognize mapped UNC paths?

I have some problems writing to a mapped network drive (P:) in Windows 7 from my Delphi program. When I try, for example, ForceDirectories('P:\test\folder'), I get an error (path not found). I have ...
5
votes
3answers
3k views

IIS site on UNC share: is it problematic?

I am working with a legacy ASP Classic solution which is load balanced (via external hardware and has an IIS site the home directory of which is an UNC path. I've been told that the following issues ...
4
votes
1answer
458 views

How to copy file from UNC-share to local system?

I'm stuck with this question. I have UNC share, I know account details, which has fullaccess, but it doesn't have access to my local system. I can get access to remote UNC with : var token = ...
4
votes
1answer
194 views

How to find out the name of the common documents folder on a network machine

Given that I am executing an EXE file (D2006 app) on a machine across the network, how can I get the pathname to the commondocs folder on that machine, given that the EXE might have been invoked from ...
4
votes
2answers
3k views

C#: How to logon to a share when using DirectoryInfo

If I want to instantiate a DirectoryInfo object with an UNC path DirectoryInfo myDI = new DirectoryInfo (@"\\server\share"); how can I pass a username / password that is required to access that ...
4
votes
5answers
411 views

Does 'use lib' work for UNC paths?

My hosted scripts have been moved and no longer work. The specified CGI application misbehaved by not returning a complete set of HTTP headers. I notice that someone at my host company has ...
4
votes
1answer
3k views

How can I open a UNC path from Linux in Java?

Are there any libraries available that will allow me to read from and write to a Windows Fileshare given a UNC path from Java on Linux. It's trivial on a windows box itself, and I'm aware of ...
4
votes
5answers
3k views

Run a .NET program from a mapped drive or shared folder

I have written a C# Windows Forms application to merge the files and folders from a remote folder on one machine ("source" folder is a mapped drive - "Z:\folder") with another remote folder on a ...
3
votes
3answers
1k views

Network Authentication when running exe from WMI

I have a C# exe that needs to be run using WMI and access a network share. However, when I access the share I get an UnauthorizedAccessException. If I run the exe directly the share is accessible. I ...
3
votes
1answer
3k views

Copy-Item copies directory as well as contents to UNC path

Im trying to take the conents of a folder and copy it to a another unis powershell 1.0. Pretty simple stuff and all works fine using Copy-Item $from $to -recurse if I am copying from a local folder to ...
3
votes
3answers
2k views

Get UNC path from a local path or mapped path

In Delphi there is a function ExpandUNCFileName that takes in a filename and converts it into the UNC equivalent. It expands mapped drives and skips local and already expanded locations. Samples ...
3
votes
2answers
4k views

Linking a UNC / Network drive on an html page

Just a basic html link question. I have an intranet setup, and I need to link to some network drives. They are located on drives such as \server_drive\blahblah\doc.docx Using file:// does not work ...
3
votes
2answers
1k views

Accessing files across the windows network with near MAX_PATH length

I'm using C++ and accessing a UNC path across the network. This path is slightly greater than MAX_PATH. So I cannot obtain a file handle. But if I run the program on the computer in question, the ...
3
votes
6answers
3k views

Visual Basic 6 and UNC Paths

I'm receiving feedback from a developer that "The only way visual basic (6) can deal with a UNC path is to map it to a drive." Is this accurate? And, if so, what's the underlying issue and are there ...
2
votes
0answers
40 views

ClickOnce UNC command line

I see a lot sample but i don't find the something good for my problem. This problem is : I have a program made in c#. I use the clickonce UNC system. With the shortcut on the desktop, there is no ...
2
votes
0answers
206 views

Specify CIFS vs NFS for UNC in Windows?

On Windows 2008 Server R2 (acting as a client) I have the Client from Windows Services for NFS installed and a server mounted as Y: with NFS. That server also supports CIFS. When I open a UNC path ...
2
votes
2answers
162 views

File.getFreeSpace() Not returning correct value

I use file.GetFreeSpace() from Java's File class in my application to make sure that there is enough room before transferring files. The path is a unc path that currently has ~5TB of free space on ...
2
votes
2answers
550 views

Silverlight project build fails in VS2010 when project is on a mapped network drive

I am just learning Blend/Silverlight/VS2010/.net/etc. I have a simple project that resides on a network drive. When I tell VS2010 to rebuild the project, I get the following error message: ------ ...
2
votes
1answer
413 views

Get UNC path from mapped drive-letter after impersonation

If I call function WNetGetUniversalName() to get UNC path from drive mapped in current session, the function succeeds. But... If I create a new logon sesssion by calling LogonUser() (The logon user ...
2
votes
4answers
4k views

Workaround for href=“file://///…” in Firefox

On an intranet site, let's say I want to link to a file on a share using UNC, at: \\servername\foldername\filename.rtf It seems the correct way to do this is with markup like this: <a ...
2
votes
4answers
976 views

Is there a way to map a UNC path to a local folder?

I know that I can map a UNC path to a local drive letter. However, I am wondering if there is a way to map a UNC path to a local folder. I have a program that has a specific folder hard coded into ...
2
votes
3answers
178 views

Are Extended-Length Paths safe to use?

I just stumbled on this article on MSDN that says a path can be 259 characters + NUL termination, but if you prefix it with "\\?\" WinAPI allows you to use the maximum total path length of 32,767 ...
2
votes
2answers
529 views

Sharing a folder programmatically and revoking it. (Delphi 7)

How does one programmatically create a UNC share from a known directory? How does one revoke it programmatically? I don't want the user to fiddle with the Share dialog. Additional info such as ...
2
votes
1answer
461 views

Problem with WNetGetUniversalName

I have a strange problem with some code that calls WNetGetUniversalName. When I call the function I always get error 67 (ERROR_BAD_NET_NAME). But the network connection really does exist. So from the ...
2
votes
3answers
3k views

How to access file with UNC path from asp.net

When I access file whith UNC file path from asp.net, I found the following problem. Logon failure: unknown user name or bad password. Pls help me.
2
votes
3answers
1k views

On Windows, can you use UNC like paths to files in PHP, for functions like file_get_contents(), etc?

(Assuming the network folders/permissions are correctly set up and working in Windows, and a 'default' PHP setup...) Is it possible to use UNC network paths [like \\ServerName\Folder\file.txt] in ...
2
votes
3answers
1k views

Regular Expressions ~ convert UNC to URL

I'm looking for a nice tight regex solution to this problem. I'm looking to reformat an UNC into a Uri Problem: UNC directory needs to be reformatted into a Uri \\server\d$\x\y\z\AAA needs to ...
2
votes
2answers
1k views

Preventing UNC Share error at build time

At work we have a bunch of sites hosted on our development server. The folder containing all these sites is mapped as a network drive. In VisualStudio I open the root of the site as a WebSite and ...
2
votes
3answers
981 views

IIS 6 with wildcard mapping and UNC virtual directory problem

On our production servers (win 2003 with IIS6 and load balanced with an F5 BIGIP), we have a problem when introducing wildcardmapping on IIS6. We use .net Framework 3.5 SP1. The issue manifests ...
2
votes
3answers
8k views

How can I mount a windows drive in Java?

We are working with some legacy code that accesses a shared drive by the letter (f:\ for example). Using the UNC notation is not an option. Our Java wrapper app will run as a service, and as the ...
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
2answers
41 views

UNC build path in Team build (TFS)

I am pretty new to TFS so I have this problem when I want to set a destination directory to my build. Every time I launch the build, it dramatically fails and says "couldn't find ...
1
vote
1answer
167 views

IOS - how to write file to network share?

i'm trying to create and write a file to a network share (smb). i have some data stored in an NSData object and need to write the content to a network share at \\media\file.xml any help or advise ...
1
vote
1answer
314 views

How can I impersonate logged on user and get access to unc folders?

I'm having trouble impersonating logged on user and then access unc files. I have tried using this sample code: using System.Security.Principal; ... // Obtain the authenticated user's Identity ...
1
vote
1answer
338 views

I need to access a network path

I have a windows service and tried to map it using the pinvoke. The code works fine in a console application, but it has no effect in a windows service. According to this: "net use" command ...
1
vote
1answer
270 views

Accessing UNC file share with credentials in Perl

I am trying to get a Perl scripts to access a file over UNC path using specified credentials. Is this possible? If not with Perl, what else could I use? Thanks -Jesse
1
vote
2answers
161 views

Vim slow over UNC paths

I am experiencing some very painful lag when accessing directories/files over UNC paths using gVim 7.3 on Windows Vista. It is slow reading/writing files, as well as tab completiong of directory/file ...
1
vote
1answer
724 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
311 views

Convert windows path to UNC in Ruby

I'd like to convert the following PATH into a UNC path in Ruby. C:/Users/bla/bla2/asdf-ut-script.js
1
vote
1answer
374 views

access UNC drive/remote network drive in c++

I'm trying to access a network drive (\servername or \ipadress). The idea is that the drive is accessed only through the application and the login on the network drive is supposed to be used only by ...
1
vote
2answers
332 views

Powershell - how to sort UNC paths by ping response time

I'm trying to make a script that would given a list of UNC shares order them by their ping response time. I've managed to come up with something that feels quite like a hack and I'm wondering if ...
1
vote
0answers
103 views

ASP.NET ConfigurationErrorsException when serving images via UNC on IIS6

I have a virtual directory in my web app which connects to a Samba share via UNC. I can browse the files via Windows Explorer without issue, but my web app throws a yellow screen with the following ...

1 2 3