Comment on YouTransfer: Self-hosted file transfer and sharing solutionComments−Chrupiter2yWhen I need to transfer a file from PC to smartphone, I do apython -m http.server 8080then from my phone I just use a browser.
Comments
When I need to transfer a file from PC to smartphone, I do a
python -m http.server 8080
then from my phone I just use a browser.