@sigoden commented on GitHub (Jul 5, 2022):
dufs never returns 502. Are your run dufs behind a proxy?
@leolulu commented on GitHub (Jul 5, 2022):
Yes, I deploy dufs on my local machine, and expose the service through frp(a reverse proxy). Then access by the…
@sigoden commented on GitHub (Jul 5, 2022):
The probability of upload failure is related to network quality and concurrency.
You can test whether reducing the…
@leolulu commented on GitHub (Jul 5, 2022):
sure, I will try. And Since it's not the problem of program itself, I think this thread could be closed. Thanks for…
@sigoden commented on GitHub (Jul 5, 2022):
why so many failures, could you post logs?
I don't support retries because:
- Failure is a rare case. 2.…
@leolulu commented on GitHub (Jul 5, 2022):
weird. I did the identical uploading again, and got two failures.
……
……
Duplicate.Cleaner.Pro.5.16.0.0/Mag…
@sigoden commented on GitHub (Jul 5, 2022):
ui should not show failure if log shows success.
Could you open webdev tools and take a screenshot of the…
@leolulu commented on GitHub (Jul 5, 2022):
sure, I take one of the failures as example.
web page result:
Duplicate.Cleaner.Pro.5.16.0.0/Magick.NET.Core.dl…
@sigoden commented on GitHub (Jul 4, 2022):
Dufs already support create/delete folders.
First you have to allow upload/delete operations with --allow-upload…
@sigoden commented on GitHub (Jul 4, 2022):
drag & drop a folder also works.
@leolulu commented on GitHub (Jul 5, 2022):
@sigoden Tested, here are some feedbacks:
- drag & drop an empty folder, nothing happend.
- put a new name in…
@sigoden commented on GitHub (Jul 5, 2022):
-
drag & drop only works on files, Nothing happend on empty folder is expected.
-
url need
/at end to…
@leolulu commented on GitHub (Jul 5, 2022):
- url need
/at end to indicate a folder other than a file, check<origin>/dir2/
cool, it works.