KS2.Drive icon indicating copy to clipboard operation
KS2.Drive copied to clipboard

Asynchronous operations

Open solracsf opened this issue 5 years ago • 0 comments

With rclone when using --vfs-cache-mode full (https://rclone.org/commands/rclone_mount/#vfs-cache-mode-full) all copy operations are made in the background.

This means that when you copy 100 files from one folder to the mounted drive, this is instantaneous (users perspective, even if the "real" upload is made on the background and so, files will not appear on the server instantly) and you don't have the copy window more than the local copy time.

With KS2, the window is displayed in the foreground until the upload is finished.

The thing is that it should have a queue to retry files that hasn't been uploaded for any reason (internet or PC shutdown while uploading) otherwise, it is useless.

An option in the Advanced tab to activate this (disabled by default) would be a great enhancement. 👍


In addition, having a refresh/poll time would be awesome too. Similar to https://rclone.org/commands/rclone_mount/#vfs-directory-cache

solracsf avatar Sep 04 '20 09:09 solracsf