kaloyan-raev / hello-storj

Demo app for integrating the libstorj native library in Android
GNU General Public License v3.0
5 stars 3 forks source link

Concurrent uploads and folder upload logic #1

Open MeijeSibbel opened 7 years ago

MeijeSibbel commented 7 years ago

Allow concurrent uploads and for example users to upload/sync a entire folder, FileZilla with Storj does this well, the user can just drag and drop folders with sub-folders from the local machine to Storj, FileZilla then names the buckets accordingly, e.g. bucket/sub-bucket.

kaloyan-raev commented 7 years ago

Concurrent uploads should work even now with v0.6, no? I've just tried uploading 3 files concurrently with no issue.

Uploading an entire folder depends on the progress of https://github.com/Storj/sips/issues/19

MeijeSibbel commented 7 years ago

Ok cool, i asked because FileZilla already handles uploading of files.