Skip to main content
Advice
0 votes
0 replies
12 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
115 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.2k
0 votes
0 answers
195 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
146 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
323 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
590 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
920 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
433 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
175 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
338 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
744 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
445 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

15 30 50 per page
1
2 3 4 5
23