Questions tagged [fileshare]
252 questions
2
votes
2 answers
Can I save an email attachment from Office 365 to a file share with PowerShell?
I've seen several solutions that use PowerShell to automate the local Outlook client but I want this to run server-side: Reach out to the server with a given account, check for unread messages, save any attachments to a file share and mark the…

Keith
- 140
- 2
- 7
2
votes
1 answer
Tool or usage example to generate and view SAS (Shared Access Signatures) of both Azure Block Blob and Azure File Share
I am looking for a tool or usage example to generate and view SAS (Shared Access Signatures) of both Azure Block Blob and Azure File Share. There are lots of examples for Block Blob and Containers but what about Azure File Share SAS examples or…

CarloZ
- 96
- 1
- 5
2
votes
1 answer
Unable to Share Folder in Network
I am attempting to create a folder share on a Windows Server 2012 R2 two-node cluster Hyper-V volume in the network and I'm getting these error messages:
An error occurred while trying to share FolderA. The resources must be online on the same node…

dajonx
- 43
- 1
- 7
2
votes
2 answers
Make sure is opened outside of browser
For an Intranet web application (document management), I want to show a list of files associated with a certain customer. The resulting HTML is like this:
somefile.docx

Heinzi
- 167,459
- 57
- 363
- 519
2
votes
0 answers
Simplest way to get an audio file from an iOS app into the user's music library without violating app store terms
I'm making an iOS app in which I'd like to allow the user to save an audio file (a specific file that the app uses internally, not just any arbitrary audio file) to their music library so they can play it from other apps on the device. Ideally I'd…

Jake Frederick
- 47
- 5
2
votes
1 answer
Windows file sharing: What ACE AccessMask flags correspond to the different share permissions?
Recently I tried to create a share using WMI and give read and write permissions to a user. Now using 0x1 (FILE_READ_DATA/FILE_LIST_DIRECTORY) and 0x2 (FILE_WRITE_DATA/FILE_ADD_FILE) didn't work. Setting all flags gave me Full Control.
Which flags…

ctusch
- 940
- 9
- 20
2
votes
5 answers
Get backup from a remote SQL Server
I'm writing a program to create a backup of a database and I need to be able to access the backup file in my program afterwards. The user should only provide connection information to the database. The server and the client are on the same network…

ctusch
- 940
- 9
- 20
2
votes
1 answer
for only one page
I have a need to have only the home page have the following Filesmatch where .pdf files need to ask before opening up, but other .pdf files in the site (not on the home page) I want to open automatically. Is this the best way to accomplish this?…

Jim
- 67
- 2
- 10
2
votes
0 answers
published ms visual studio 2012 not working
I've created a C# project and wanted to publish it. As working in MS Visual studio 2012, I followed the 'How to publish : http://msdn.microsoft.com/en-us/library/31kztyey.aspx '.
So i selected all the right folders on my file share device, and it…

user1835255
- 21
- 1
2
votes
4 answers
How to upload artifact to network drive using gradle?
I am reading this:
http://www.gradle.org/docs/current/userguide/artifact_management.html
to understand how to publish/upload my artifact to a network drive/fileshare which is a requirement (we have a maven repo up and running but some artifacts…

u123
- 15,603
- 58
- 186
- 303
2
votes
1 answer
C# while copying a file, allow another process to exclusively lock the file?
I'm currently copying the archive files of our oracle server, the one that i'm preventing to happen is while i'm copying the file server will have an error when it tried to update the file.
At first i tried
File.Copy(source, Destination,…

Tom
- 19
- 1
- 3
1
vote
0 answers
OSX NetworkArbitration?
On OSX I am looking to arbitrate network shares,
is there a similar API to the DiskArbitration.framework for network shares?

kent
- 6,286
- 4
- 27
- 32
1
vote
3 answers
How to force the download a file from a network share rather than editing the file there
I have a web page that is hosted in our local network. On my page I have a link to a document. The document is linked to a network share. If the user opens the file, edits it and then goes to save the file it overwrites what is on the share. When…

John
- 487
- 8
- 16
1
vote
0 answers
IIS7 website deployment stopping file sharing?
I have several windows shares hosted on a PC running Win7x64. This machine is also hosting a basic website via IIS7. Whenever I deploy a new copy of the website to IIS any WinXP users connected to the shares on that machine get disconected.
After…

Bob
- 372
- 3
- 13
1
vote
1 answer
PowerShell New-PSDrive doesn't persist
Scenario:
I have created a scheduled task that executes the following PowerShell script with the intention of automating mapping a network drive (I have substituted sensitive values in some parts):
Write-Output "Made it to the start of the function"…

Christian Townsend
- 171
- 1
- 16