Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
48 views

I'm on Windows and need to programmatically determine the maximum filename length allowed on any given volume. I'm having a problem with a network drive that is mapped to a btrfs volume on a NAS. ...
MBucari's user avatar
  • 21
0 votes
0 answers
87 views

I’m facing an issue with a Node.js application that uses the fs module to read files from a network drive on Windows. The app works fine during development, but when I run it as a PM2 service, it ...
Narendra Singh's user avatar
0 votes
1 answer
73 views

I want to create some network drives in this AD domain: test.local ├── Classes │ ├── 3A [students...] │ ├── 3B [students...] │ ├── ... │ └── 6D [students...] └── Teachers └── [Teachers...]...
Fabien's user avatar
  • 169
1 vote
1 answer
111 views

import SwiftUI struct ContentView: View { @State private var username: String = "" @State private var password: String = "" @State private var ...
munkimichi's user avatar
1 vote
0 answers
144 views

I have installed a camera at the door of my house (Reolink doorbell POE). I have it integrated into Home Assistant with Docker Compose running on a PC. I want it to record when it detects movement and ...
Juan Carlos's user avatar
0 votes
1 answer
805 views

I have several mapped network drives that I can only access when on my company's LAN or when connected to the VPN using OpenVPN. When I connect to the network in our office, the drives automatically ...
JRev's user avatar
  • 39
0 votes
0 answers
52 views

I have a symfony application from which I want users to be able to upload files to their network drive I mapped my onedrive to my network drive a network drive I could use for testing. Then I try ...
Ben Josiah's user avatar
1 vote
0 answers
105 views

Not able to access network drive location using csharp code while running script through Jenkins Tried with File.Copy("sourcepathloc", "destpathloc") It's working while running ...
Arijit's user avatar
  • 11
0 votes
1 answer
672 views

I am trying to disable/hide the "Network" folder when calling the SaveFileDialog in C# WPF and from everything that I've read on SO/Google, there is no way to customize/hide/disable the ...
codenamezero's user avatar
  • 3,119
1 vote
1 answer
881 views

I have a folder that has some install files for new user computers and need to create a script that runs the install files from a folder that is located on a network drive that's mapped to my ...
Mugen27's user avatar
  • 21
0 votes
1 answer
442 views

I'm running a local server in my network, powered by Ubuntu 22.04, that shares a folder with all stations. I've installed a VPN using ZeroTier to access this local server from anywhere. Everything ...
Fernando Del Cantão's user avatar
1 vote
1 answer
437 views

I currently have a powershell script (deploy.ps1) which I use to manage files on a network drive. When running my script, I am successfully able to map to the drive and access the contents. However, ...
Daniel Zamloot's user avatar
1 vote
0 answers
143 views

I want to check if a directory exists on a windows network drive. On the case that it does not exist, the dir.exists() functions takes too much time to return. I understand this is due to windows API. ...
MEcon's user avatar
  • 435
0 votes
1 answer
28 views

The data in the excels is saved in annual folders (2020, 2021, 2022). Each year has sub folders for the 12 months (01-2022, 02-2022, 03-2022) and each monthly folder has sub folders for each day (01-...
Bhagyashree's user avatar
1 vote
1 answer
127 views

I have a python script which prints the file id from the file system. And it can search a file using its file id and prints the file full path. This works perfectly in the local drive. But I cannot ...
Its_Me's user avatar
  • 11
-1 votes
1 answer
867 views

cmd.exe /C "cmdkey /add:"******" /user:"*****" /pass:"**********`"" OS version Share Disk mount Error 1.Checked the network connection no block 2.Checked the ...
KT.DR's user avatar
  • 11
1 vote
1 answer
426 views

In this post, I can use the script to export a sheet from google sheet to a csv file, but that file is saved in my google drive. How can I export it to a network drive? The network drive I mean is ...
Subaru Spirit's user avatar
1 vote
1 answer
152 views

I've got an XML file from which I parse a host adress + port. My script is supposed to establish a connection to every host over the given port (only port 22 ATM) to check the availability of the ...
emanuel's user avatar
  • 11
0 votes
0 answers
1k views

I am trying to remotely unmap and map a network drive for users on my domain. I need it to work by searching a key phrase in the drive path (\"phrase"\folder...) While not knowing the letter ...
Alex Thibodeaux's user avatar
0 votes
2 answers
2k views

(known) Issue: I have a specific application part in order to create a user home drive on a network location: System.Net.NetworkCredential cred = new System.Net.NetworkCredential(myadmin,pwd); using (...
julian bechtold's user avatar
0 votes
0 answers
966 views

I'm running Windows 10 with WSL2 and a network drive, H:. When I run a Docker container with bind mounts to a location on the local C: drive, everything works as expected: data written to that ...
Darlingtonia's user avatar
0 votes
0 answers
199 views

I want to rewrite an old .bat program into Deno compiled app. I know how to handle most things, but I do struggle with creating network drives. Previously I used code like this: cmdkey /add:PCName /...
Akxe's user avatar
  • 11.8k
0 votes
0 answers
536 views

I want to open a file in a network drives with php. The file is not accessible for every one, just for one user. I have the following code: $file = "$dir/$fileName"; $fp = ...
Mjd.kido's user avatar
0 votes
2 answers
73 views

The same code, one on windows 10, the other on windows 7. The idea is to have a directory from a network drive replicate over to a local drive. On windows 10, the machine I am writing it on, it works ...
Mark's user avatar
  • 3
0 votes
1 answer
863 views

I am developing a couple of PowerShell scripts to help speed up the process of migrating user data from an old workstation to a new one. Currently trying to make one to help with retrieving and then ...
Foxtrot360's user avatar

1
2 3 4 5
8