Skip to content
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

Feature request: Multiple files selection #5

Closed
smilearric opened this issue Apr 30, 2020 · 8 comments
Closed

Feature request: Multiple files selection #5

smilearric opened this issue Apr 30, 2020 · 8 comments
Assignees
Labels
enhancement New feature or request work in progress
Projects

Comments

@smilearric
Copy link

Hello,

I love the idea but the app seems useless to me if I cannot save thousands of photos from my mobile to another device.

Currently for a few KB and a sober UI, Mass Transfer can do it:

Mass Transfer (transfer files between Android devices) - https://f-droid.org/app/me.hexian000.masstransfer can send multiple files to another android device.

That would be fantastic you could do the same between other platforms too with Sharik.

Best regards

A.R.

@marchellodev marchellodev self-assigned this Apr 30, 2020
@marchellodev marchellodev added the enhancement New feature or request label Apr 30, 2020
@marchellodev
Copy link
Owner

Thank you, will take this into consideration.

By the way, as a temporary solution, you can compress all those files into zip or 7z archive using basically any file manager.

@smilearric
Copy link
Author

Thanks for considering this!

We've all been in this situation where there's no room left on the device and making an archive is not an option because one needs twice as time to compress and send and twice as diskspace to temporarily store the archive. That's mine unfortunately.

I like to test Open Source apps to find simple but great ones.

Mass Transfer needs some GUI improvments but I can deal with it as is. However it does not support other platforms which could make Sharik a must-have (with multiple files selection).

Since Mass Transfer is OS you could retrieve the implementation behind it... but I have no idea at all how challenging dealing with multiple files transfer on other platforms would be...

Best wishes for your devs, keep up the good work, this app looks very promising!

@marchellodev
Copy link
Owner

It's impossible to properly send multiple files via single HTTP response (https://stackoverflow.com/questions/2339440/download-multiple-files-with-a-single-action/9425731)

So I see two ways of doing it:

  • creating an archive (for tools like wget)
  • creating html page for viewing all files and for downloading all of them at once (for browsers)

At the end of the day I want both methods present in sharik. This is going to take a lot of changes, so don't expect this feature to be working soon.

But someday we'll totally get there.

@marchellodev
Copy link
Owner

Btw, if there is someone out there who likes sharik and is familiar with HTML/CSS/JS stack, please email me :)

@mubashir-rehman
Copy link

I think https://github.com/trebleshot/android/search?q=webshare&type=
might help and it is implemented as you have thought of.
I have been using @trebleshot for a long time and found Sharik link from its group discussion.

@marchellodev
Copy link
Owner

Wow, that is a really cool app! Thanks for sharing!

I am looking forward to adding more features to Sharik actually, it is just that I do not have much free time lately. Please be patient :)

@marchellodev
Copy link
Owner

Finally lol :) Looking forward to v3.1!

@marchellodev marchellodev moved this from In progress to Done in v3.1 Aug 5, 2021
@marchellodev marchellodev unpinned this issue Aug 9, 2021
@clicky6
Copy link

clicky6 commented Oct 22, 2021

@marchellodev
Folders can't be shared now also...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request work in progress
Projects
No open projects
v3.1
Done
Development

No branches or pull requests

4 participants