-
Notifications
You must be signed in to change notification settings - Fork 812
Open
Labels
Description
Onedrive, Nextcloud, Dropbox, etc. all support Virtual Files, where files are held in the system merely as placeholders, and have actual file sizes of zero. These are also known as sparse files under Windows (link here).
Under the Files tab in MC, these are shown with their un-virtual size:
Nothing happens when any of these are clicked on (or selected -> Download).
Using Get-ChildItem (or dir), the same files are presented with their un-virtual size in brackets:
It would be great to identify these virtual / sparse files differently, and also disable the Download option for these.
Reactions are currently unavailable