| ▲ | smusamashah 6 days ago |
| Somewhat relevant, I have a list of (mostly browser based + few no-setup cli) tools [1] to send files from A to B. I keep sharing this list here to fish more tools whenever something like this comes up. [1]: https://gist.github.com/SMUsamaShah/fd6e275e44009b72f64d0570... |
|
| ▲ | Liquix 6 days ago | parent | next [-] |
| I love LocalSend for quick transfers between your own devices, just werks on every OS. https://github.com/localsend/localsend |
| |
| ▲ | voidmain0001 6 days ago | parent | next [-] | | One limitation of iOS is the inability to use Bluetooth to transfer an image/video file to a Bluetooth receiver such as Windows. The Apple documentation requires a wired connection. https://support.apple.com/en-ca/120267 If LocalSend is running on iOS and Windows does LocalSend have the ability to send photos? | | |
| ▲ | sampullman 6 days ago | parent | next [-] | | It should work, though I haven't actually tried it. That's not a limitation of iOS, just Apple's own syncing app/protocol. LocalSend is basically an http client/server with network device discovery, as far as I know. | |
| ▲ | future10se 5 days ago | parent | prev [-] | | > If LocalSend is running on iOS and Windows does LocalSend have the ability to send photos? Yes, I use it all the time. Both devices need to be on the same network (LAN / WiFi), however. LocalSend does not use Bluetooth. |
| |
| ▲ | 5 days ago | parent | prev [-] | | [deleted] |
|
|
| ▲ | mrheosuper 5 days ago | parent | prev | next [-] |
| Recently there is this project that caught my attention. The project claim to support multi different protocol, on various web browser(even IE6), and extremely easy to setup(single python file). I have not given it a try, just want to share. https://github.com/9001/copyparty |
|
| ▲ | b_fiive 6 days ago | parent | prev [-] |
| same team behind dumbpipe makes sendme, which is much closer to this use case! https://github.com/n0-computer/sendme |