I need to send a bunch of photos (bills) from my Android phone to PC. Usually it requires some kind of Dropbox or Google Drive client application set up on the phone and access to internet. What I like to do, is to open a oneshot web-server on PC, generate QR code in terminal and scan it from mobile to send photos there.
[ ] run webserver
[ ] generate one time access token
[ ] figure out how to protect from MITM
[ ] find out IP addresses for non-local network interfaces
[ ] find free port for each interface and run webserver on it
I need to send a bunch of photos (bills) from my Android phone to PC. Usually it requires some kind of Dropbox or Google Drive client application set up on the phone and access to internet. What I like to do, is to open a oneshot web-server on PC, generate QR code in terminal and scan it from mobile to send photos there.