Closed
Description
Is it possible to add the functionality to be able to show just 1 file instead of a directory file listing in a mounted path? I have a ISO file in a path that doesn't support web directory file listing and would like to be able to mount and show only that ISO file if I specify it directly.
Example.
httpdirfs --no-range-check https://www.example.com/mycrazypath/rocky-linux-8.iso /cdrom/
And it should should show
ls /cdrom/*
rocky-linux-8.iso
Activity