You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows build number: Microsoft Windows [Version 10.0.19041.388]
Your Distribution version: Debian 10
Whether the issue is on WSL 2 and/or WSL 1: Linux version 4.4.0-19041-Microsoft (Microsoft@Microsoft.com) (gcc version 5.4.0 (GCC) ) #1-Microsoft Fri Dec 06 14:06:00 PST 2019
Steps to reproduce
Mount network folder using: sudo mkdir /mnt/share sudo mount -t drvfs '\\server\share' /mnt/share
I get the following message in among the other wget messages:
utime(pathto/filename): Operation not permitted
The issue appears to only happen when saving to the mounted network drive, and not when I save locally. Running the same command with sudo appears to work around the issue.
The text was updated successfully, but these errors were encountered:
Environment
Steps to reproduce
Mount network folder using:
sudo mkdir /mnt/share
sudo mount -t drvfs '\\server\share' /mnt/share
Download file using:
wget -x -P /mnt/path/to/network/folder https://remote.url/file.zip
Expected behavior
When I download a file, wget should keep the current date/time when I download to a mounted network folder:
Actual behavior
When I download a file, it keeps the current date/time when I download to a mounted network folder:
wget -x -P /mnt/path/to/network/folder https://remote.url/file.zip
I get the following message in among the other wget messages:
utime(pathto/filename): Operation not permitted
The issue appears to only happen when saving to the mounted network drive, and not when I save locally. Running the same command with
sudo
appears to work around the issue.The text was updated successfully, but these errors were encountered: