Oh, sorry to hear! I have no idea at the moment, do you mind opening an issue on Github? I can take care of opening an issue myself tomorrow if you can't.
Thanks! I use this "disposable" web server approach a lot actually, usually by running `python -m http.server` from the directory that contains the file I want to transfer, and then `wget`'ing the file from another terminal, or opening it as a stream in VLC if the file is a media.
Hi, thanks! Yes, it works on iOS, it works on every device that has a QR reader and a regular internet browser.
The workflow is easy:
1. the tool spawns a disposable web server
2. the tool prints a QR code that encodes an URL that points to the server
3. the device scans the QR, the scanned text is the URL
4. the tool turns off the disposable server as soon as the transfer is complete