-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to specify a single file directly (similar to httpfs) #86
Comments
You can mount the directory containing the ISO file, then loop mount the ISO file as usual. |
@fangfufu Yes, that is only correct only if the destination file browsing is enabled [or an index.html with the iso file listed in an ahref link] What Works Currently: What Doesn't Work: [and would be a great feature to have] is: Example of what would be great to support httpdirfs --no-range-check https://www.example.com/mycrazypath/rocky-linux-8.iso /cdrom/ And it should should show |
@fangfufu I have used httpfs but it's been abandoned for awhile now and mounting SSL url's is broken [only http links work]. This would be a great feature to add to httpdirfs for everyone to switch to your project. |
Ok, you managed to convince me, I don't really have a timeline on when this will be done though. |
@breisig , implemented via f42264d. It should be in the latest master branch. You need to activate it using For example:
Please have a try, and let me know what you think. If you like it, please spread good words of this software! 🙂 |
Please, how to mount the file with url containing spaces? when I mounted in escaped format, the file name is escaped too and cannot be opened in OS. When I provide URL non excaped, it does not mount (Error:src/network.c:163:curl_process_msgs: 3 - URL using bad/illegal format or missing URL) |
Re-opened the ticket - will investigate. |
It seems that the problem is only present when I am using --cache, what is the most of times. Otherwise mounting of files with spaces in name (%20) works fine, but it is of course slow without cache. |
Yes, the filename resolution has two paths. Because I wrote them at different times, and I wasn't good with software engineer (I probably still am not.) My team mate would call this "skills issue". @EyitopeIO Could you propose a fix please? :P |
Hey, @WizzardSK |
Closing this issue as the original request had been completed. @WizzardSK , in future please open new issues for bugs, rather than commenting on old feature request issues. :) |
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
The text was updated successfully, but these errors were encountered: