You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. 👍
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
The text was updated successfully, but these errors were encountered: