Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
0 replies
13 views

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 ...
Rodrigo's user avatar
  • 33
0 votes
1 answer
118 views

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 &...
Timmmm's user avatar
  • 99.3k
0 votes
0 answers
203 views

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 ...
andrea's user avatar
  • 1,358
0 votes
0 answers
148 views

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. ...
Axel Carré's user avatar
0 votes
0 answers
330 views

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 ...
David Clyde's user avatar
0 votes
1 answer
82 views

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 ...
Justin Bernard Fiestada's user avatar
0 votes
1 answer
1k views

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,...
Manikandan N's user avatar
-1 votes
1 answer
604 views

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 ...
865296's user avatar
  • 3
0 votes
1 answer
938 views

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,...
AaronD's user avatar
  • 1
0 votes
1 answer
437 views

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:...
Blitzden's user avatar
  • 167
0 votes
0 answers
177 views

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 ...
Andrey Polkanov's user avatar
0 votes
1 answer
341 views

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 ...
palador's user avatar
  • 283
1 vote
1 answer
754 views

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: \\...
Blitzden's user avatar
  • 167
2 votes
0 answers
741 views

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 ...
Kenny Tran's user avatar
0 votes
0 answers
447 views

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 ...
FAmorim's user avatar
  • 350
0 votes
2 answers
552 views

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 ...
user1911's user avatar
  • 728
0 votes
0 answers
134 views

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 ...
krishna's user avatar
  • 261
0 votes
1 answer
516 views

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 ...
STLRonin's user avatar
-1 votes
1 answer
197 views

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 ...
Kevin's user avatar
  • 314
0 votes
1 answer
1k views

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:...
Miguel V's user avatar
  • 742
1 vote
0 answers
78 views

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 ...
DanyB's user avatar
  • 11
1 vote
0 answers
328 views

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, ...
Roger's user avatar
  • 21
0 votes
1 answer
112 views

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 ...
Aster Lin 's user avatar
0 votes
1 answer
508 views

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. ...
rainbird's user avatar
  • 337
0 votes
1 answer
326 views

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 ...
Gabriele Canello's user avatar
0 votes
0 answers
164 views

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 ...
Mubashir Rehman's user avatar
1 vote
1 answer
353 views

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 ...
peterNolan's user avatar
0 votes
1 answer
217 views

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 ...
zen's user avatar
  • 109
0 votes
1 answer
127 views

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 ...
Felipe Martin's user avatar
1 vote
0 answers
572 views

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....
dialga19's user avatar
2 votes
1 answer
123 views

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....
literallyscum's user avatar
14 votes
2 answers
19k views

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 ...
automatix's user avatar
  • 15.2k
0 votes
1 answer
548 views

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 ...
Ohad's user avatar
  • 1,641
0 votes
0 answers
256 views

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 ...
Sheraram_Prajapat's user avatar
0 votes
1 answer
79 views

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, (...
mikeB's user avatar
  • 410
0 votes
0 answers
316 views

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 ...
MariusCoding's user avatar
0 votes
0 answers
1k views

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 &...
HCP's user avatar
  • 9
0 votes
0 answers
318 views

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) ...
sanjeeth's user avatar
  • 105
0 votes
1 answer
4k views

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 ...
iTom's user avatar
  • 11
0 votes
0 answers
2k views

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 ...
JCarNav's user avatar
  • 21
0 votes
0 answers
49 views

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(&...
Phong Pham's user avatar
0 votes
1 answer
2k views

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\...
DrFloyd5's user avatar
  • 13.8k
0 votes
1 answer
504 views

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 ...
Stephen Powers's user avatar
1 vote
1 answer
1k views

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 ...
Windgate's user avatar
  • 428
1 vote
0 answers
852 views

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 ...
Ahadu Tsegaye Abebe's user avatar
1 vote
1 answer
279 views

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: ...
Jimmy's user avatar
  • 33
0 votes
1 answer
2k views

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/...
Brian Kessler's user avatar
1 vote
1 answer
2k views

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 ...
Brian Kessler's user avatar
0 votes
1 answer
296 views

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 ...
mk1138's user avatar
  • 55
0 votes
3 answers
1k views

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 ...
djooon's user avatar
  • 1

1
2 3 4 5
7