Questions tagged [fileshare]

252 questions
1
vote
3 answers

Allowing secure downloads in PHP for websites

I have uploaded some zip files to my server and now want to allow a user to download them if he/she has an appropriate password. I'm coding in PHP and I've made it so a user cannot access the page with the links to zip files unless the proper…
1
vote
1 answer

No Sharing tab on Windows 2003

I can't see the sharing tab within any drive or folder properties on Windows 2003. I've looked here: http://forums.tweakguides.com/showthread.php?t=5771 However, there's no option to disable simple sharing in the Folder options and the services they…
crizCraig
  • 8,487
  • 6
  • 54
  • 53
0
votes
1 answer

File Sharing Code works on localhost, fails on Network

My project consists of an application using which users can send files among themselves. Hence as a basic unit, I developed a FileServer and a FileClient Program. This code works perfectly fine on localhost but fails on the Network (wifi). An…
Caffeinated Coder
  • 670
  • 1
  • 8
  • 24
0
votes
0 answers

Getting access denied error in accessing azure file share using Scandir function in PHP laravel

We are trying to display azure file share in php laravel web application using scandir function. The functionality is working fine with on prem fileshare and application server fileshare. This is not working with azure fileshare even we have access…
0
votes
1 answer

Azure NFS file share upload issues

I am working on creating a storage account and a nfs file share which need to be mounted on on prem linux server. which I have done successfully. I can read and write from onprem server. the issue is I am not able to upload any file from the azure…
green
  • 23
  • 4
0
votes
1 answer

Correct way to read and write files in Azure file share

I'm using Linux, I mounted a Azure file share named fileshare01. Then I wrote a program to create a file in the fileshare01 using C++ Here is my code ` #include #include #include using namespace std; int main() { //…
0
votes
0 answers

How get user details who modified files in fileshare in c#

I need to implement windows service which monitors a folder in fileshare, it should trigger all events like change,create,delete,rename,security changes,open,write and audit level events . Along with that for every change I should capture the user…
Neelima P
  • 1
  • 1
0
votes
0 answers

Robocopy to AWS Fileshare access denied errors

no matter what i do, i get accessed denied when trying to use Robocopy to move SQL backups off of a windows server to an AWS SMB Fileshare. I am running the robocopy command on the sql server. Ive verified i am the "owner" of the folder within the…
0
votes
0 answers

Using Robocopy to transfer what was missed in orginal transfer?

I have to transfer from an old file share to a new one. I transferred over a large portion of it about a month ago using robocopy but it seems like it did not transfer it all properly. I need to verify the transfer gets all of the subfolders and…
0
votes
0 answers

Share file using URL by Web Application to Portal using OpenId Authentication

I'm working on a web application that uses OpenId authentication. Let's assume that the application essentially serves to store metadata and its associated files (docx, pdf). The Web Application is for internal use and is not exposed to public…
NatsuDragonEye
  • 109
  • 5
  • 18
0
votes
0 answers

How to make All Folders, Sub-Folders & Files Read-Only EXCEPT for 4 Sub-Folders in a File Share?

I need some help! Heres the scenerio; I need to make all Files & Folders on one of our File Shares Read-Only except for 4 Sub-Folders accross many different folders on the share. All Level 1 Sub-Folders have same 4 folders within and those…
Grant
  • 1
0
votes
1 answer

How to modify the file creation time of multiple files in single script

I'm stumped on this. I am making my way through a file share migration to SharePoint. There have been errors stating the "The item created time or modified time is not supported". No worries as I found a script to edit this in PowerShell: cd…
0
votes
1 answer

Unable to map azure file shares using azure pipelines to deployment group vm's

Im using azure devops release pipeline. Im planning to map the azure Fileshare to all VMS in deployment groups. I have the script from the portal to map fileshare in local. Replacing the passkey value in that script I'm passing as variable. Tried to…
User100289
  • 21
  • 1
0
votes
1 answer

STATUS_ACCESS_DENIED (0xc0000022): Could not connect to - Azure Netapps File Share (Network Drive) access with smbj JAVA library

Trying to read files from Azure Netapps (Network Drive). We successfully mount and read files with Window File Explorer. With the same credentials, we are trying with JAVA smbj library. While executing the java code in eclipse, getting following…
Sathishkumar C
  • 91
  • 1
  • 11
0
votes
1 answer

How to find who has deleted the file share folder from the storage account in azure

Some one has deleted the file share folder from the storage account in azure . It can be recovered as soft delete is enabled. But how to know that who has deleted the file?
Suri007
  • 71
  • 1
  • 7