unc
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).[详细]
2023-04-11 08:18 分类:问答IOS - how to write file to network share?
i\'m开发者_如何学JAVA 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[详细]
2023-04-10 08:18 分类:问答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 serve开发者_如何学Pythonr mounted as Y: with NFS.That server also supports CIFS.When I op[详细]
2023-04-08 14:09 分类:问答FileSystemWatcher() problem when monitoring mapped UNC
I have a problem with the FileSystemWatcher() Class. It works flawlessly when I\'m monitoring a local file on my harddrive. When I change to a mapped UNC, it does not fire anymore. The UNC is mapped t[详细]
2023-04-03 21:33 分类:问答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.[详细]
2023-03-15 18:36 分类:问答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 it.[详细]
2023-03-11 02:48 分类:问答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[详细]
2023-03-07 16:44 分类:问答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:[详细]
2023-03-05 20:45 分类:问答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 P开发者_开发百科erl, what else could I use?[详细]
2023-02-28 06:30 分类:问答How to retrieve the UNC path instead of mapped drive path from JFileChooser
Just wonderi开发者_如何学编程ng if there is a way to return back the UNC path from a file chosen with JFileChooser.The file that I would be selecting would reside on a mapped drive that has a UNC path[详细]
2023-02-27 07:28 分类:问答