python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Alias or Redirection from \\Server1\folderA to \\Server2\folderB
We currently have a legacy solution (on Windows) where the source code cannot be changed, and it is hard-coded to use paths in a specific location \\Server1\folderA for example on really old servers w...
DIamondGeezer
Votes: 0
Answers: 1
Robocopy reporting failed files but not showing in logs
I am running a robocopy script to sync data from an old file server to a new one. Im running into an issue where the log is stating that there's 600+ failed files but the logs don't indicate any faile...
randomsysadmin
Votes: 0
Answers: 1
Caddy file server browse not working when I root a specific directory
Here is my Caddyfile:
aruiplex.com {
encode gzip
file_server /files/* {
root /files
browse
}
reverse_proxy /api/* localhost:7022
...
Aruix
Votes: 0
Answers: 1
UseFileServer with wildcard in path
I have wildcards in my API-Routes, like
[HttpGet("api/customers/{wildcard}/add")]
so that I can handle multiple instances of my application and manage the endpoints with a loadbalancer that...
user2033412
Votes: 0
Answers: 0