mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #558] Upload to subdirectory using curl, show forbidden(403) #329
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JACKCHEN99 on GitHub (Mar 19, 2025).
Original GitHub issue: https://github.com/sigoden/dufs/issues/558
Problem
3.1 On the dufs page of your browser, you can upload a subdirectory via the upload button.
3.2 curl -T /tmp/1.txt http://xxxx:44332/test, both are Forbidden.
Configuration
see the picture
Log
not much,see the picture
Screenshots/Media
Environment Information
@sigoden commented on GitHub (Mar 20, 2025):
This is because /test is a directory, and you can't upload a file to overwrite a directory.
@JACKCHEN99 commented on GitHub (Mar 22, 2025):
ok, thanks