Eudai·4 jaar geleden·discuss$ cd /directory/with/files/you/want/to/share$ python3 -m http.server 1337Then just connect to the IP and Port of the machine hosting the python http server and transfer away.Aside from Bluetooth I'm not sure how you'd do this without using a LAN or WAN.
$ python3 -m http.server 1337
Then just connect to the IP and Port of the machine hosting the python http server and transfer away.
Aside from Bluetooth I'm not sure how you'd do this without using a LAN or WAN.