-
Notifications
You must be signed in to change notification settings - Fork 25
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
upload+download: RF to reuse logic/options/UI #48
Comments
A few additional notes:
|
so storing our (i still think we should add some checksum to file metadata) |
I don't think it would be needed - we will just get full list of assets in remote end first, they will include their remote path and object is. Given there is no duplicates (:-)), we can always figure out renames to update. And in general it would be the same path if file wasn't renamed locally. |
Or are you aiming to meld organize into upload? |
i'm still looking out for verification of bits. |
ATM implementations are separate and analysis for either to download/upload a file is happening right before actual download/upload. That forbids implementing proper "sync" functionality where analysis first to be done on either any file needs to be removed (or may be moved! ;-) ) on local/server end. So RF should be done to minimize difference between API and implementation of the two:
--sync
)--sync
and--file-mode
not being "overwrite" or "force", if some file was already newer and we didn't perform transfer)For download would be needed:
The text was updated successfully, but these errors were encountered: