The network-shares tag has no wiki summary.
1
vote
0answers
8 views
Cannot copy to file share located in D drive
I have a weird permissions issue. I have a service running (made in c#) on a machine (Call this Machine A) that generates files and copies those files to a remote share on another machine (Machine B). ...
-1
votes
1answer
18 views
Map Share WinForm [closed]
Ive only started messing around with c# for a couple of weeks. I would like to create a form to do the following:
Select predefined shares from a combo box.
use check box to use current logged on ...
0
votes
0answers
7 views
Using jcifs to list nodes on network
I've seen several Android applications being able to list nodes on "Network neighbourhood". Besides very cryptic info here:
https://lists.samba.org/archive/jcifs/2011-June/009631.html
I couldn't ...
-1
votes
0answers
10 views
Can I create a single ftp to access multiple network locations [closed]
I have an ftp server setup using FileZilla Server and 5 application servers which each have a backup folder that is shared.
On the ftp server I have setup symlinks in the root ftp directory that ...
0
votes
0answers
18 views
Recreating servers and shares on home PC for development
I think this is best here as opposed to super-user or on programmer, but feel free to migrate if appropriate...
I develop many small applications and macros which work with files and databases used ...
0
votes
0answers
27 views
MFC : CFileDialog and admin shares
I force the open file dialog to start with the initial directory as \\servername, once it opens I want it to show all the admin shares(C$, D$). How do I achieve this? Admin shares will always be ...
0
votes
0answers
71 views
How to share a network drive for a server to which I connect using Remote Desktop?
Can anyone suggest me a solution for my case...
I have a server in a data-center (server1), a server at my office (server2) and a laptop (laptop) with Windows 7. I see several network shares at ...
0
votes
0answers
50 views
Why do we get different result when we run a script from share and network drive
I have an application in which at particular logic i need to get the UNC path of a mapped network drive.
For that i wrote my own function to retrieve the UNC path of provided network drive.
I am ...
-2
votes
1answer
161 views
List all shares on a network device
I need to get a list of all shares on a network device including the hidden ones.
I write a network device since it may be a NAS, a Windows server or a Linux server
I have seen some samples and have ...
0
votes
0answers
9 views
Xserve 10.6 share issues
I'm an xserve admin by name alone.
The old 2011 shares home new and old users perfectly.
My new 2012 share does not. Ive tried every setting combination.
Help!
1
vote
1answer
69 views
net share and CD/DVD drives [closed]
I have 2 machines both have Win2K8 R2 Enterprise and if I run the command net share on one computer it shows me CD/DVD drive on other it doesnt show CD/DVD.
On both I am running with a user which is ...
0
votes
1answer
203 views
Network shares in a Windows Domain
I have two computers in a Windows Domain. One of them runs an application that accesses network shares on the other, as it is authorized via a Domain account. However, in a freshly booted ...
0
votes
1answer
361 views
IIS 7.5 ASP.Net and remote share
I have an issue with our ASP.net application not being able to read files from a remote directory. Our users log into our application using Forms Authentication, so no AD accounts are used in logging ...
3
votes
1answer
802 views
Get number of twitter shares by url
I have a question about twitter counting. Everything is so blury about this.
Simply:
I have website with dynamic pages, button for tweet, people go to page, press tweet, it shows on they twitter, ...
0
votes
1answer
1k views
Create Network Share with permissions
I didn't find any good info or library on the inet, about how to create a network share and set permission for a local group. I'm using c# and Windows Server 2008.
Does anyone have some good ...
1
vote
1answer
693 views
How do you programmatically Turn Password Protected Sharing on/off in Windows 7?
Let me apologize ahead of time. I saw this question on here already, but it has not been answered completely. (How do I turn Password Protected Sharing on or off programmatically?). I couldn't figure ...
0
votes
1answer
331 views
How can I disable net share folder with C/C++ in Windows?
I want to write a program with C/C++ for disabling net share folders and to prevent users from create a new share folder. Does anyone know the methods?
0
votes
2answers
226 views
Can I install. NET COM library located on a network shared folder?
COM Server registered with reg asm located in a network folder not working properly. When you try to create the object gets the error "Automation error". Everything works correctly if the dll is ...
2
votes
1answer
256 views
Batch file to change all network shares on computer
I need to change all shares of //foo to //bar in a batch file. Say i have R: //foo/foo and Z: //foo/bar
I need to have a batch script that makes them R: //bar/foo and Z: //bar/bar
Anyone have any ...
0
votes
1answer
625 views
Performance issue when moving of files on network shares
I'm writing an application which can copy files on a network share. Usually the files are moved on the same physical hard drive. If you test this with Windows Explorer, this operation will be executed ...
1
vote
1answer
876 views
Read/Write a file from/to network folder/share using Python?
How to Write/Read a file to/from a network folder/share using python? The application will run under Linux and network folder/share can be a Linux/Windows System.
Also, how to check that network ...
3
votes
1answer
2k 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 ...
1
vote
1answer
566 views
Execute ClickOnce application located on share, through HTTP?
i have a ClickOnce application (online only) which is deployed on a network share. People can run the application by creating a shortcut to i:\ApplicationDirectory\ApplicationName.application
where i ...
1
vote
4answers
3k views
Win32: API calls to list available network shares on a server?
Assume I have access to a SMB server at IP 1.2.3.4, how can I determine the list of available shares?
Windows Explorer can do it when I enter a UNC path \\1.2.3.4\ - but command prompt "dir ...
0
votes
1answer
123 views
Client copying from server to same server, without roundtrip?
This is inspired by Does File.Copy() from a network share to another share on the same machine copy the file over the network?
Is it possible, in .NET, for a client to get the server to copy a server ...
6
votes
1answer
28k views
Access network share from within VBScript eg FileSystemObject
Is there a good way to access network shares from within a VBS script, with alternative credentials (not the credentials with which the VBS script is running)?
The intention is to perform two tasks:
...
0
votes
3answers
1k views
Why am I getting a “Path not correct” error while running a batch file on a remote system?
I need to run a batch file on a remote system from a local machine. Using the code below, I am getting the following error:
Path not correct
I have the IP address of the machine, and I have given ...
5
votes
4answers
4k views
File.Exists returning false from a network share
I've been working on a ASP.NET project that is going to save uploaded files to a network share. I figured I could just use a virtual directory and be fine, but I have been struggling with permissions ...
