Open el-bart opened 2 years ago
note that this issue is what makes sshfs
mounts unusable under mc
(see https://midnight-commander.org/ticket/4289).
Yep, that's a known problem. Patches welcome :-).
There is some more information in #211, but I'm keeping this one open because it's more concise.
sshfs-fuse
version3.7.1
(i.e. latest in Debian Bullseye - aka: stable). the problem is withrewinddir()
call, that does not seem to work. example test program:output on "regular" directory is (as expected):
actual output on sshfs-mounted directory is:
it looks like
rewinddir()
does not have any affect onsshfs
.