-
Notifications
You must be signed in to change notification settings - Fork 800
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
VFS: allow downloading directories once. #3506
Comments
I am not sure I understand what you want. Could try to explain again what you would like ? |
Setting up a new device, or starting a new project, building an initial cache. Users have a 256G disk, and they tend to mark 'Always keep on device' for 1 TiB of data. If you know you (or the user) is going to need files. Problem is, there is not enough local storage to keep everything 'Always keep on this device'. Simplified example. You plan to view 300 images from a folder. You select 'Download once' (equivalent to selecting 'Always keep on this device', and then unchecking it, the files stay on the device, but aren't mandated on the device). Users are not concerned, nor should they be, to go through their files and unchecking the 'Always keep on this device'. The point is to empower users in building a cache (avoiding frustration in waiting for remote storage), yet at the same time giving Windows free hands in cleaning up files that haven't been accessed in 2 years. |
so there is currently a very easy way to do that, just open that list of files and they will be synced but the occupied disc space can be freed |
Opening many files isn't practical. Especially recursively, especially without interrupting workflow (suddenly 10 different programs open). Selecting always, and deselecting is the workaround. Users do the first part, and come up with 0B free in a few months. It's a device inoperable for a few hours or days. If I'm using it myself, deselecting a specific folder is a chore to remember in itself. If it downloads for a day, you have to remember to uncheck it tomorrow. |
The client has improved a lot since the ticket was opened. |
How to use GitHub
Feature description
The result of what happens when you check 'Always keep on this device', let it download, and uncheck it.
This allows setting up (new) devices in a high-connectivity environment (1Gbps vs 40Mbps), before passing it to the user.
For users, this also allows downloading a project folder beforehand, without having to wait for it to load dynamically when needed.
For now, in addition, it's also a bad workaround for #3407
The text was updated successfully, but these errors were encountered: