Questions tagged [fileshare]
252 questions
1
vote
1 answer
How to download SAS(Shared Acess signature) of an Azure File share onto Linux machine
I have a SAS generated for a file share(with read and list privileges(no write privileges).
my SAS looks like the following format :
“https://test.file.core.windows.net/testf1?[some_token_here]
. I used Azcopy to download the files through above…

Rahul
- 17
- 1
- 2
1
vote
1 answer
Working on same git repo on two computers
I'm facing a problem that I'm trying to solve on the best possible way. I'm working on a project and it's hosted on GitHub. I have a desktop computer (home) and laptop that I get to work. When I'm home sometimes I just want to switch from one to…

NemanjaSRB
- 398
- 1
- 16
1
vote
1 answer
Connect to Implicit SSL/TLS (port 990) using Paramiko?
Is there a way to use Paramiko, to connect to sharefile.com as SFTP?
For example using this approach, I can connect to SFTP (the one I created myself in Linux):
from paramiko import SSHConfig, SSHClient, AutoAddPolicy, AuthenticationException
def…

Andrius
- 19,658
- 37
- 143
- 243
1
vote
1 answer
How to Power Query Windows folder-share security/access permissions?
We have a folder on a shared-drive which contains many subfolders containing live Excel-based reports. These reports should only be available to particular users and groups, as managed through Active Directory. To ensure our security model is solid,…

ExStackChanger
- 187
- 1
- 12
1
vote
1 answer
Git push error "does not appear to be a git repository" with fileshare
This seems like it should be simple but I just can't get this to work and I have searched everywhere but I can't seem to find an answer using a fileshare. I am getting an error when I push a local repository to a fileshare on a network drive. Here…

denin
- 13
- 1
- 4
1
vote
1 answer
Running program from fileshare in powershell
What I need to do is execute a program on a remote fileshare inside powershell. An example path would be:
\mycompany\filesharename\folder\program.exe
This program takes a command line arguement, a string, and decrypts it. Problem is I need to…

itinneed
- 153
- 2
- 14
1
vote
1 answer
How to write to an iSeries FileShare from ASP.Net
I've written an asp.net webapp that writes a file to a location on our iSeries FileShare.
The path looks like this: \IBMServerAddress\Filepath
This code executes perfectly on my local machine, but fails when it's deployed to my (windows)…
1
vote
1 answer
OS X 10.9.x (Mavericks) broken samba/windows shares - possible workarounds?
Since 10.9 Apple replaced samba in Lion for their SMBX it's constantly broken. Very broken.
While connecting to a samba share (2012 R2 Essentials) the connections often drops or hangs while this appears in the system.log:
smb2_rq_credit_decrement:…

lukash
- 725
- 6
- 19
1
vote
0 answers
Android, How to share file to another user without locking screen by using a progress dialog?
I want to implement a system where user can send file to server without locking the screen by using progress dialog of android.
Viber, What's app , skype share file from one user to another without locking the screen using only one progress dialog,…

Sabbir
- 1,374
- 1
- 15
- 23
1
vote
1 answer
Python 3.4 and Windows Shared File Paths
I am trying to open a file in a shared network location
open('\\int\GroupData\ITProSup\Operations Support\REMGROUP.txt','+r')
Now this turns into
nemonics>python main.py
eback (most recent call last):
le "main.py", line 41, in…

Justin S
- 1,409
- 4
- 22
- 38
1
vote
1 answer
How to collect activity information from network-attached storage (NAS) devices?
My goal is to be able to generate a report about the users that have accessed a particular folder on any file share. This includes Windows file servers, Unix/Linux file servers, and NAS devices (CIFS/SMB/NFS).
For Windows, this isn't too…

Austin Chambers
- 21
- 8
1
vote
0 answers
Emailing from a Fileshare/Network drive?
I have a system of programs. Basically I have a service running on an External computer that listens to a network drive. When a new file is created it then goes to another directory(within that same network drive) and executes a program. The program…

Mickey Sly
- 429
- 2
- 6
- 21
1
vote
2 answers
FileSystemWatcher Access to a FileShare: Possible permission iusse?
I'm written a basic application that watches one network File Share directory and when a new file is created in that directory it then fires an external application that parses that file. I've also tested with a local directory and everything…

Mickey Sly
- 429
- 2
- 6
- 21
1
vote
1 answer
Win32_LogicalFileSecuritySetting returns an error for some paths, but not others
I got a script from Microsoft that uses the following method to get NTFS security settings from a remote machine.
$SharedFolderPath=[regex]::Escape("D:\UserSetup");
$SharedNTFSSecs = Get-WmiObject -Class Win32_LogicalFileSecuritySetting -Filter…

Roman
- 344
- 1
- 6
- 19
1
vote
1 answer
error creating application to be deployed with ClickOnce within our network via FTP
I am trying to set up an application to be deployed with ClickOnce within our network via FTP. I am using C# in Visual Studio 2012 update 3. In the Publish tab of the properties of the Winform app, I have a file share specified as the "Publishing…

dtaylor
- 997
- 3
- 10
- 26