-
Notifications
You must be signed in to change notification settings - Fork 77
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
a "sync" command for a give folder/project? #16
Comments
I'll leave this here for now. Not exactly a sync as such, but this is a mass copy function I'm working on which will (eventually) send complete folder trees of subfolders and files to the mcu.
which gives the following output for uPyLoader (see below). The idea is that folders creation is only attempted once for each folder.
|
I'm thinking of a feature where you have several files and can't recall all the ones you need to transfer to the device since the last time. This would require listing all the files and taking a md5 hash or something like that to know if the local version has changed since the last upload (timestamp may not be good if they haven't set the time etc). Also, that would get you the list of files to sync (assume any new file would need to be put onto the device manually the first time).
The text was updated successfully, but these errors were encountered: