Questions tagged [fileshare]
252 questions
0
votes
0 answers
Sending >1 GB arraybuffer using ajax to make a string file
I want to send a large arraybuffer using ajax to make a string file into local folder in my computer.
When im trying to send request using chrome console:
> var arr = new Uint8Array(999999999);
> arr[0]=[84]; // this is TEST TEXT
> …
0
votes
1 answer
Error 53 when mounting Azure network drive
So, trying to mount a network drive on my local network via CMD low and behold, I get the error 53. I spoke to my ISP, they don't block any port 445's, so I went to unblock TCP port 445 from my Windows Defender Firewall Advanced Settings - as…

Todd Gilbey
- 11
- 1
- 5
0
votes
1 answer
how to move files located in on-premises windows based file share using scala?
Background : I am using Azure ADFV2 to move data from fileshare to ADLS, after the file is moved successfully I want to archive the file within fileshare location.
How do I connect to on-premises windows based file share and move the files from one…

prady
- 563
- 4
- 9
- 24
0
votes
2 answers
AMQ6004 : Multi Instance Queue Manager on Azure File Share Service
Components used: IBM MQ 8.0.0.4 + Azure File share + Windows server 2016
Scenario:
I have created a multi instance queue manager using the azure file share drive mounted as the Z drive on the windows server 2016.
crtmqm -ld Z:\logs -md Z:\qmgrs…

Bhanu
- 25
- 9
0
votes
1 answer
Copy fileShare to another fileShare Node.js
I can not find the API for Node.js to copy everything in one fileShare to another fileShare in different storage account. Does anyone run into this problem before?
All I can find is the azCopy solution.
Thank you very much

Kyle Cai
- 1
0
votes
1 answer
File.Exists from UNC using Azure Storage/Fileshare via IIS results in false.
Problem:
trying to get an image out of azure fileshare for manipulation. I need to read the file as an Drawing.Image for manipulation. I cannot create a valid FileInfo object or Image using uncpath (which I need to do in order to use over IIS)…

macm
- 544
- 7
- 21
0
votes
1 answer
Check that can write to FileShare without actually writing to it
What I am trying to achieve is the ability to check that we do have write access to a file share location, but without actually writing anything to it.
I know that the simplest and probably most reliable way to check you can write to a location is…

Dave
- 2,829
- 3
- 17
- 44
0
votes
1 answer
Mounting Azure file share to local box
Trying mount Azure File Share to local box
net use T: \test...\share /u:AZURE\test..... AccountKey==
getting
System error 53 has occurred.
The network path was not found.
445 TCP is open as recommended for outside azure connections.
From Azure VM…

Code Ars
- 659
- 1
- 5
- 15
0
votes
1 answer
php files sharing with user permissions that keeps ftp upload structure of folders and files
We are looking a solution where we can upload files to a linux server via sftp and for the file sharing platform to then see all files and folders we upload
then we need to be able to
set ownership of files and folders so only certain users can…

mazman040
- 1
- 1
0
votes
1 answer
Move fileshare from one folder to another with Wix
I have a fileshare named Inbox on server, pointing on Folder1. My installer needs to delete this fileshare and create it on the Folder2. Wix doesn't do that by default and even processes with no error, creating nothing but Folder2 itself (not…

rudnev
- 2,281
- 3
- 22
- 31
0
votes
1 answer
Serving files from public folder over ASP MVC
In our company we are saving project files (.doc, .pdf, .step, .zip, ...) on a public folder. Now we started using web app built with ASP MVC for project management. Now we have a need to connect each project with its folder on public folder. Here…

gtu
- 707
- 1
- 10
- 22
0
votes
1 answer
Azure File Storage - IIS - ASP.net application
I have a legacy asp.net application (EG:www.mycompany.com). There are around 10 folders inside that application and one of them has lot of images (reads/write) (EG www.mycompany.com/images/1.jpg) around 3 TB.
We are migrating this application to…

Suresh Kumar Narayanasamy
- 525
- 1
- 7
- 13
0
votes
1 answer
Azure FileShare log configuration
I would like to log access on my FileShare (connect, read, write, delete).
Where can I configure logging and how can I access log?
Thanks

peterko
- 503
- 1
- 6
- 18
0
votes
1 answer
Using a Regular Expression to Find Phone Numbers in all Files of a File Share
I have another issue just whipping me. I borrowed the following code (I can't recall from where) that looked super promising for determining phone numbers present in all files in a file share. The code absolutely makes sense to me, and that is why…

Athanasius12
- 37
- 1
- 6
0
votes
2 answers
CreateFileMapping synchronous between programs?
I plan to open a file using memory mapping.
The file is already open by another process in the same way i.e. it has its own memory map view open and from time to time edits the file.
I wish to edit the same file myself and share access to it with…

Peter350
- 41
- 1
- 6