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
Use case
As a user, I want to upload local files to iCloud so that I can run bi-directional folder sync.
Describe the solution you'd like
I would like the possibility to upload new files/folder or even upload changes on the downloaded files.
Describe alternatives you've considered
No real alternatives exist, I have to manually upload files now
Additional context
I would try to use an approach similar to rsync, which works pretty well over SSH. I think we should compare last modification dates of files to determine which version to keep.
On the other hand, must find a way for determining if a local file which is not existing on iCloud is a new file or simply a file which was deleted on iCloud. Not sure if the library has any useful method in this respect.
The text was updated successfully, but these errors were encountered:
Use case
As a user, I want to upload local files to iCloud so that I can run bi-directional folder sync.
Describe the solution you'd like
I would like the possibility to upload new files/folder or even upload changes on the downloaded files.
Describe alternatives you've considered
No real alternatives exist, I have to manually upload files now
Additional context
I would try to use an approach similar to rsync, which works pretty well over SSH. I think we should compare last modification dates of files to determine which version to keep.
On the other hand, must find a way for determining if a local file which is not existing on iCloud is a new file or simply a file which was deleted on iCloud. Not sure if the library has any useful method in this respect.
The text was updated successfully, but these errors were encountered: