cannot upload folder seems to be defined as hidden
I want to upload a folder to my server Using a simple script. The script keeps telling me the folder does not exist:
File or folder 'C:\Windows\System32\certsrv' does not exist. System Error. Code: 3. The system cannot find the path specified (A)bort, (R)etry, (S)kip, Ski(p) all: Abort
Why is this? I know the folder exists but winscp is simply not showing this folder.
The same applies to other folders like:
"C:\Windows\System32\Boot"
"C:\Windows\System32\CertLog"
"C:\Windows\System32\CodeIntegrity"
Could you please tell me how I can upload files from these folders to my server?
Tried the following already:
start script with /ini= Parameter which contained the option ShowHiddenFiles=1
Start script with /RawConfig Interface\ShowHiddenFiles=1 option
Added the option -rawconfig Interface\ShowHiddenFiles=1 to open command
none of which have worked so far.
Kind Regards