@sigoden commented on GitHub (Jul 1, 2023):
You need to run with "--allow-symlink" or "--allow-all"
@sigoden commented on GitHub (Jul 1, 2023):
sort by name, in desc order, what's the problem?
@lynks529 commented on GitHub (Jul 1, 2023):
You need to run with "--allow-symlink" or "--allow-all"
Thanks, that's OK.
@lynks529 commented on GitHub (Jul 1, 2023):
sort by name, in asc order, what's the problem?
Could this sort features can display entries like Windows…
@sigoden commented on GitHub (Jul 1, 2023):
Not sure, I need to do some research.
@lynks529 commented on GitHub (Jul 1, 2023):
Dynamic virtual folders like sftpgo
Dynamicly map real directories to webdav root subdirs.
eg.: Map…
@sigoden commented on GitHub (Jul 1, 2023):
Isn't it just dufs C:\ ?
@lynks529 commented on GitHub (Jul 1, 2023):
Isn't it just
dufs C:\?
Many partitions, not only C:.
@sigoden commented on GitHub (Jul 4, 2023):
First of all thanks for your suggestion.
After oange starts, it will walk the directory, collect metadata of all…
@sigoden commented on GitHub (Jun 20, 2023):
you can try cargo install --no-default-features dufs.
Note: The tls feature of dufs depends on rustls, and…
@ifsheldon commented on GitHub (Jun 20, 2023):
Thanks a lot! I got it working! I suggest to add a tip in README to tell users that dufs can be compiled without…
@sigoden commented on GitHub (Jun 30, 2023):
I don't understand what you're saying. can you give an example ?
dufs supports symlink.
@lynks529 commented on GitHub (Jul 1, 2023):
use std::fs;
use std::io;
use std::path::Path;
fn visit_dirs(dir: &Path) -> io::Result<()> {
if…
@lynks529 commented on GitHub (Jul 1, 2023):
Sort by names folders not above
Run dufs C:\Volumes, and open http://127.0.0.1:5000/?order=desc&sort=name,…