Using Python3 and wget to transfer files to a remote computer

Published: 18 February 2022
on channel: Quick Hack
721
13

Python3's http.server module allows you to stand up a web server from any folder on your local computer making it easy to wget that file from a remote machine you have access to.

Command:
Local: python3 -m http.server
Remote: wget http://IP:PORT/filename


Watch video Using Python3 and wget to transfer files to a remote computer online without registration, duration hours minute second in high quality. This video was added by user Quick Hack 18 February 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 721 once and liked it 13 people.