curlftpfs: implement readdir

i think now all the stuff you'd expect of a basic fs now actually works
This commit is contained in:
2024-08-06 04:11:32 +00:00
parent 3019f90f5d
commit 0655b6906c

View File

@@ -17,7 +17,7 @@
owner = "colin";
repo = "curlftpfs";
rev = "fuse3";
hash = "sha256-Vad9BSJCPllotk0t3IoJxlaUcmdoIdOIgXkZrNIHowE=";
hash = "sha256-bP8G1gzXaAnjpjVJQk4x1FHOlDqYWU9ZaAV5fEvTF14=";
};
# `mount` clears PATH before calling the mount helper (see util-linux/lib/env.c),
# so the traditional /etc/fstab approach of fstype=fuse and device = curlftpfs#URI doesn't work.