in reply to perl on windows: using `net use` command
Background tasks on Win32 default to running in a security context that doesn't allow access to network resources, even if the task is "run as a user" that normally has access to network resources.
Some background task runners support some customization of the security context to use (such as different levels of "impersonation") but I'm not sure even that would allow you to bypass this security restriction.
- tye
|
|---|