Replies: 1 comment 5 replies
-
WinFsp is low-level software that allows developers to create file systems. WinFsp is not a file system itself. (Think of it like this: WinFsp is a file system "maker", and not a file system.) A file system could conceivably provide the functionality you are looking for and such a file system could be written on top of WinFsp. While there are many file systems that use HTTP, I am not aware of one that provides the exact functionality that you want. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to access files over http, this might be a premature question since I have yet to do proper research...
I have seen some references to httpfs, but not yet found anything in regards to this on windows.
I would like one of these:
sanhook
/sanboot
over http)I want this to work in WinPE - the use-case is to access
sources
directory of ISO or windows installation media, without having anything other than internet access (and blocked RPC ports)If anyone have suggestions or ideas while I continue research that would be greatly apricated.
Beta Was this translation helpful? Give feedback.
All reactions