344 questions
Advice
0
votes
0
replies
13
views
Docker Swarm file transfer on shared Windows/Linux PCs
I have a Docker Swarm setup where a worker node needs to copy files to the master node. The worker is running on Windows via WSL, and the master is an Ubuntu server. Both nodes are connected through a ...
0
votes
1
answer
118
views
Decompress zlib/deflate with a shared dictionary in Javascript
Zlib/deflate doesn't exactly support shared dictionaries but you can "pre-load" the output stream with up to 32kB of data. For example in Python:
>>> from zlib import compressobj
&...
0
votes
0
answers
203
views
xp_dirtree accessing shared folder with permission
I am trying to use xp_dirtree to get files from a shared folder, but the result returned is empty
I think it is because the shared folder is accessible only with username and password, but I could not ...
0
votes
0
answers
148
views
Why NodeJS fs module won't read or write to visible folder shared on the network?
I'm scaling my NodeJS app (on Windows 11) and need to setup additional workstations (Windows 11 aswell).
Right now I simply need a shared folder, so I created one and made it visible on the network. ...
0
votes
0
answers
330
views
Windows OpenSSH access of UNC path appears limited to read only?
I have a windows machine (AWS instance) that can visit and mount a shared network drive (samba/linux).
When I am on the windows machine itself via RDP I can visit the path, mount it as a drive, make ...
0
votes
1
answer
82
views
Access image folder from Laravel Project A to Laravel B, C, D etc
Let's say I have main project Laravel A, which stores photos of employees. I need the rest of the Laravel projects B, C and so on to access or use these photos from Laravel A (Like profile pictures ...
0
votes
1
answer
1k
views
Cannot Access Windows Shared Folder with IP but can using hostname
While Trying to reach Shared Folder with IP Address getting Error as shown here Error Message where trying with IP.
Can Access by using hostname.
We can access by using hostname.
It Happens frequently,...
-1
votes
1
answer
604
views
"[Errno 2] No such file or directory: b'net'" when trying to use Ansible localhost to connect to a Windows share folder
I am unable to use Ansible localhost (Linux) to connect to a share folder in a Windows server.
I am getting "[Errno 2] No such file or directory: b'net'". However, I have checked that my ...
0
votes
1
answer
938
views
Get-Childitem using shared folders
I have a script to copy some files and child items from a network computer to a shared drive and I am using this:
#(ComputerName) Not real name, for security reasons.
#(ParentFolderName) Not real name,...
0
votes
1
answer
437
views
How to read and parse CSV files on a remote server instead of doing it on ansible machine/localhost?
My original playbook and tasks that is meant to run on localhost:
- name: Fetch file
fetch:
src: \\10.14.2.130\shared\folder\Data\{{ filename }}
dest: /var/lib/awx/projects/Windows/
flat:...
0
votes
0
answers
177
views
Folders created with Python code from 2 Colab accounts in one Google Drive shared folder in a small time period unexpectedly have the same names
There’s a Google Drive shared folder shared_folder where 2 different accounts can create folders with Python code run in Jupyter notebooks on Colab.
If one of these accounts try to create 2 duplicated ...
0
votes
1
answer
341
views
Accessing a shared directory from my android app
I have configured Samba on my Raspberry Pi to have a shared folder on my LAN. The access is user and passwordfree.
I can access it from my PC on windows and even on my android phone with some file ...
1
vote
1
answer
754
views
"Argument path does not exist or is not accessible" when trying to find a file in share folder
After connecting to share folder \10.14.2.130\shared\ , I am trying to search for files in 'Data' folder inside the share folder.
- name: Search for files in Data folder
win_find:
paths: \\...
2
votes
0
answers
741
views
Accessing Network Share Folders in Flutter
Is there a way to access the network share folder with the provided credentials in flutter?
I've tried using the Uri's constructor to pass in the credentials but I'm met with an error saying that they ...
0
votes
0
answers
447
views
Reading spatial data from mapped network drive
I am working with a shared folder containing multiple datasets. Because this is part of a teamwork and so that we can all use the same scripts without the need to always update the local paths in our ...
0
votes
2
answers
552
views
AWS EC2 shared folder with S3 without manual sync
I have created an S3 bucket without public access in order to act as a shared folder with a directory of an EC2 instance.
I have assigned a role with a policy to the EC2 instance in order to be able ...
0
votes
0
answers
134
views
Network path is not shared when trying to create folder with sharing everyone using c#
I have a wpf application in which i try to create folder on client machine and give sharing permission to everyone as i want to transfer crystal reports to those folders (unc network folder).I am able ...
0
votes
1
answer
516
views
Backup SQL Server database remotely to a specific user shared restricted folder
I want to back up other computers' databases on my network to a network-shared folder on its C:\ disk remotely, the shared folder is only open to its own user.
It works fine if I give everyone ...
-1
votes
1
answer
197
views
Is it possible to set up a Vagrant sync folder with variable host/source directory, possibly from config file? [closed]
I'm trying to set up a Vagrantfile that will mount a code base on the developer's machine. The place the developer puts the codebase on their machine could be anywhere they like based on how they ...
0
votes
1
answer
1k
views
How can I create a powershell script to connect to network shared folders?
I have the following piece of script:
$Username = Read-Host -Prompt 'Input your user'
$pwd = Read-Host -Promt 'Input your password'
$Server = '\\10.218.NN.NN\Folder'
echo "net use f: $Server /u:...
1
vote
0
answers
78
views
Get list of hyperlinks of all audio files in a shared folder
I work in audio.
I would like to create an excel spreadsheet that takes all audio files in a directory and outputs them into a list with hyperlinks, so we can quickly reference each tracks and add ...
1
vote
0
answers
328
views
Why can I access folder when login but not though SQL job
SSIS is easy, security is hard. :)
I'm having issues with an SSIS running as a SQL Agent job that cannot find the shared folder paths for input files.
I extracted a working SSIS project from Prod, ...
0
votes
1
answer
112
views
How to count the shared files with command and return the variable?
Here is the code that I used.
for /f %%a in ('"dir /a:-d /s /b %Path%|find /c ":\""') do set check=%%a
This command can run correctly under the local environment, and return the ...
0
votes
1
answer
508
views
Coding a relative path to a shared directory in R
Let's say my colleagues and I have a shared directory, such as a SharePoint drive. Our file path to any given directory, say OurProject1 will be the same with the only difference being our username.
...
0
votes
1
answer
326
views
virtualized shared folder on IIS ERROR HTTP 401.3 - Unauthorized
I am developing a web application on Angular and IIS which enables the users to download the files inside a shared folder. I virtualized on IIS the shared folder and when I try to visualize the folder ...
0
votes
0
answers
164
views
Move google drive folder with all files/folders in it from one directory to another based on google sheet value
I want the folders with all the files or subfolders in them to be moved from one directory/folder to another based on the value in google sheet, but at the same time not change the Id of the folder ...
1
vote
1
answer
353
views
With Cordova android app, how I can access (read/write) SQLite file at shared folder in Win10 device?
I have shared folder in WINDOWS device which I can access from any other windows device, But I need to get access to that folder and (read/write) its content specially sqlite file through android ...
0
votes
1
answer
217
views
Move file in Azure Storage to shared network directory
The workflow/function (calling it like that as I do not know how) should be in Azure.
Modern A application can write to Azure not to shared directory
Legacy B application can read from shared ...
0
votes
1
answer
127
views
Virtual Shared Driver Indexing problems
We just virtualized a Windows server in Azure and everything in working fine on Client side, but we are not being able to solve the indexing search problem.
When you have a local drive, Windows can ...
1
vote
0
answers
572
views
Unzipping from a shared smb folder golang
I'm using the code below to iterate through a folder (unzipping .zip files locally, performing actions on them etc).
func extractZipWithPassword(localPath string, pathToServer string) {
filepath....
2
votes
1
answer
123
views
how to apply a macro to a folder of google spreadsheets
I'm new to JavaScript though have experience in Visual Basic. Really what I need is to write a macro that I can put in a folder full of google spreadsheets and writes "N/A" in specific cells....
14
votes
2
answers
19k
views
How to make a mount shared in Docker?
I'm trying to start a project in Docker (directly from the Debian distro) in Windows 10 and getting this error:
$ docker compose up -d
[+] Running 0/0
⠋ Container core_php74_1 Creating ...
0
votes
1
answer
548
views
Do I have to delete recursively all files and folders before deleting any directory with smbd or ssh protocol?
I have tried to delete directory in a remote Linux machine using SMBD client:
DiskShare.rmdir(folderName, true);
Do I have to delete recursively all files and folders before deleting any directory ...
0
votes
0
answers
256
views
How to give a shared permissions to different users after a shared folder is created in windows 7 powershell v2.0
1st I want to create a folder then make it a shared folder and last I want to give different permissions for different users to the shared folder on Windows 7 PowerShell v2.0.
The other functions are ...
0
votes
1
answer
79
views
Retrieving images that I manually copied to phone/emulator from windows desktop
I'm using MediaStore.Images.Media.EXTERNAL_CONTENT_URI with a filter on MediaStore.MediaColumns.DATA and a Cursor to retrieve the images. I need to keep the image path where the images are stored, (...
0
votes
0
answers
316
views
Access - Network drive/shared-folder only for a program - not for user
I have a programm (erp) that needs a network-drive/shared-folder from my windows server.
The problem with this is, I need to implement it as a network drive (internal network) for all client pc.
The ...
0
votes
0
answers
1k
views
How to copy a file from jenkins workspace (linux server) to windows shared folder using jenkins pipeline?
I was trying to copy a file from Linux to Windows shared folder using Jenkins Pipeline. Can you please share working step to resolve?
Approach 1:
curl --upload-file /home/me/local_file.txt --user &...
0
votes
0
answers
318
views
vagrant shared storage - docker container mysql - persistent volume - not coming up
I tried multiple times with no luck and the results are going nowhere.
My set up is something like this:
windows 10 host
virtual box latest version
guest VM is ubuntu latest minimal (command line)
...
0
votes
1
answer
4k
views
Not able to unmount a Nas folder, target busy [closed]
I have some issues to unmount my Nas folder. When I try to unmount it with sudo umount /media/Nas6To i get a message telling me that the device is busy, and I cannot unmount it:
thomas@NZXT:~$ sudo ...
0
votes
0
answers
2k
views
Read files from Windows shared folder using Airflow on remote server?
What is the best method for reading files from a Windows shared folder using a DAG on a remote Apache Airflow server?
My current process needs to be executed a remote Airflow server, but it needs to ...
0
votes
0
answers
49
views
Why Windows Service can not get files from shareed folder
import java.io.File;
public class ShareDrive {
public static void main(String[] args) {
// Directory path here
String path = "\\\\192.168.168.43\\MyShare";
System.out.println(&...
0
votes
1
answer
2k
views
How to map a network share folder to a local folder in Windows without additional Apps
Lets say there is a shared folder: \\server\share\folder1 containing Folder2\file.ext
I would like mount that folder to c:\somePath\someFolder
So that I can reference c:\somePath\someFolder\Folder2\...
0
votes
1
answer
504
views
Batch File to compare 1 local and 1 network folder and copy local to another local if they match
I have a network folder that contains sub-folders and files on a network drive. I want to automate copying the files and folders to my 4 local computers. Due to bandwidth issues I have a scheduled ...
1
vote
1
answer
1k
views
Set a network shared folder as InitialDirectory in an OpenFileDialog form
I'm trying to set a shared network folder as initial directory in an OpenFileDialog form. It is a internal-use-only app for my work, so it is safe to do that and it will save us a lot of time.
The ...
1
vote
0
answers
852
views
Windows Server 2016 mount shared folder as disc permanently also on restart
I'm have local access to a shared folder with credentials.
net use Z: \\server\folder /u:user /persistent:yes passwd
The files in this folder are to be used by other processes.
The problem is that ...
1
vote
1
answer
279
views
gcc won't compile to executable in shared folder
I have dual boot windows - ubuntu on my laptop. I wanted to have a shared partition for my documents so I created a fat partition with my files and mounted it on ubuntu.
The problem is the following:
...
0
votes
1
answer
2k
views
In C# with CSOM, How can I copy a file from a known location to a known Folder?
I have one function which uses SearchExecutor finds to find the path of a specified file, which returns a string like.
https://example.sharepoint.com/sites/DevelopementTestingSite/Shared Documents/...
1
vote
1
answer
2k
views
In C#, how can I create a folder if it does not exist on a SharePoint site
I am trying to create a microservice in C# which will accept a csv file containing order numbers, digest the csv, connect to sharepoint, create a new folder on sharepoint, and then copy contracts with ...
0
votes
1
answer
296
views
Access issues with one - and only one - network folder
I have a home NAS and a Windows 10 PC. I have enabled the following services in the stock control panel: UPnP/DLNA, SMB, FTP, and WebDAV. I am able to access all the folder/files using any of these ...
0
votes
3
answers
1k
views
Powershell - Find all extensions on network shares
I'm new to PS scripting (really, I started today) and, for a project, I need to create a .txt file with all the extensions from all shared folders on the local machine (a Windows file server).
I think ...