easiest way to transfer files between computers over network.
- Fire up any http server on host machine which serves the files to be transfered.
- If you are on *nix then easiest way would be to 'cd' into root directory of files to be transfered and entering
python3 -m http.serverorpython -m SimpleHTTPServer - Get the IP Address by executing
ifconfig - Execute
python lift2.py {ipAddress:port} {extension}You can also pass file extensions in arguments. Example:python lift2.py http://10.0.0.7:8000 mp4 mpg mp3 - Profit!