Hi!
I'm curious to know how you can create ghost files with Swift?
Example being an app that performs a request to your NAS, e.g., and renders the files it gets in the response as 0 KB files in a specific folder, perhaps the thumbnail should work but still not taking up a lot of space. Opening the file will of course download the entire file from the NAS.
Is this possible?
I've looking into FUSE but not sure it suits my needs nor if there's an implementation for Swift.
I'm curious to know how you can create ghost files with Swift?
Example being an app that performs a request to your NAS, e.g., and renders the files it gets in the response as 0 KB files in a specific folder, perhaps the thumbnail should work but still not taking up a lot of space. Opening the file will of course download the entire file from the NAS.
Is this possible?
I've looking into FUSE but not sure it suits my needs nor if there's an implementation for Swift.