Questions tagged [windows-share]
50 questions
0
votes
1 answer
samba write only share from windows
I have a samba share which I want to write too but not be able to read.
[writeonly]
path = /writeonly
read only = no
create mask = 0772
guest ok = yes
guest account = gpcw
hide unreadable = yes
public = yes
browsable = no
writeable = yes
force user…

owenrumney
- 1,520
- 3
- 18
- 37
0
votes
1 answer
Howto reach a windows network share from within Word 2011 VBA
I am trying to attach a template (-.dotm file) to a Word 2011 (Mac) document via VBA. The template is located on a windows network drive (file://BF-02004/Users/A500579/PublicWordTemplate). There are absolutely no restrictions on this share, there is…

Hauns TM
- 1,909
- 2
- 22
- 38
0
votes
3 answers
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?

Ben Mc
- 2,038
- 6
- 30
- 37
0
votes
3 answers
how to find shared drive IP address if i have a path for that shared drive in java or cmd prompt
I have a path windows network shared drive like this .
String url="//sample/data/Documents/network/test/";
How can i find the Ip address of the that drive using this path using a java program or cmd prompt?

mdp
- 815
- 4
- 17
- 32
-1
votes
1 answer
FileSystemWatcher reports file available on network share but file cannot be found
BACKGROUND
I have a server that has a shared folder \\Server\Share with 4 subfolders:
OutboundFinal
OutboundStaging
InboundFinal
InboundStaging
All folders reside on the same physical disk and partition, no junction points used.
I also have…

Daniel
- 1,391
- 2
- 19
- 40