Questions tagged [fileshare]

252 questions
-1
votes
1 answer

Azure File Share Implementation in .Net Core Web API

Can any one suggest how to Upload a file to Azure File Share in.Net Core Web API? I'm using IFormFile to Upload File. Note: I'm trying to upload Excel(*.xlsx) File.
-1
votes
1 answer

Xcopy /O /X throwing access denied error on command prompt

I'm using below command to create new folder by copying contents of the existing folder and command prompt throws Access Denied error. Command: C:\Users\Kundur.Rudresh>Xcopy C:\test D:\test /O /X /H /K Please let me know do i need to give any…
Rudresh Kundur
  • 43
  • 1
  • 10
-1
votes
1 answer

Create a fileshare without using portal or powershell in azure

I setting up a environment clone in azure so i need my fileshares in one environment to be created in other environment using arm template or some othe r solution
-1
votes
1 answer

Live "Backup" or Disk Mirroring. Windows Server 2012

We are in position to decide to have 2 sites so when our Main Systems (site1 -- which is Primary location for our businesses) is down, so we have some virtual machines, file servers/file shares, SQL and Exchange in standby on other site (site2 --…
-1
votes
1 answer

Network File Share Access Speed

Working on an update to a MS Access project that hasn't yet been migrated to something (else...better...that doesn't suck). It has a front-end/back-end design. One of the updates is to move it to a new SAN that is in our virtual server environment. …
Steve Salowitz
  • 1,283
  • 1
  • 14
  • 28
-1
votes
1 answer

itunes file share restore deleted files

My app uses iTunes File Share. I used the code to delete a single file: It worked the first time. On the second try, however, iTunes showed a empty share directory. It turns out all data files are gone. Can I recover those data files from the iPad? …
Zac
  • 21
  • 6
-1
votes
2 answers

Copy a File to current login in users desktop Mac

I need a command or something that will allow me to send a file to the current logged in Mac user without manually setting this file location up. Can this be done? Example I have a file called test.app I want to copy this to the users desktop. I…
Kyle
  • 1
  • 1
-1
votes
1 answer

NTFS vs. File Share

In helping out a friend with a few questions for CS, I came across one that I had no prior experience with and was hoping someone would be able to clarify the difference between NTFS and File Share for me. To help, the question we faced was: A…
mattkgross
  • 791
  • 2
  • 12
  • 24
-2
votes
1 answer

Powershell/Cmd.exe command that tells me if I have permission to access a share?

I have a long list of shares that I want to see if I can access them. Is there a powershell commandlet that I could use? I tried the Test-Path command but I believe that returns TRUE regardless of whether I have permissions to access the folder. I…
-2
votes
2 answers

SharePoint as an alternative to large volumes of file shares? Dreaming?

We've been on SharePoint 2007 for close to 2 years now. We find it's a great CMS that helps us centralize project documents and colaborate with less duplication and confusion. The custom list feature offers a quick and dirty alternative to custom…
Hell.Bent
  • 1,667
  • 9
  • 38
  • 73
-3
votes
1 answer

Audiio fiiles inside an iOS application

Is there a way inside an iOS Swift app of mine, to access the sound files I already have available in my itunes library on the same device? Browsing the net I came accross something called File-Sharing and the UIFileSharingEnabled key, but that does…
Michel
  • 10,303
  • 17
  • 82
  • 179
-3
votes
1 answer

How to set the Quota (Size) for Azure FileShare using PowerShell command

$ctx=New-AzureStorageContext $s = New-AzureStorageShare -Context $ctx
1 2 3
16
17