Skip to content

anuragpeshne/airLift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

airLift

easiest way to transfer files between computers over network.

How-To

  1. Fire up any http server on host machine which serves the files to be transfered.
  2. 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.server or python -m SimpleHTTPServer
  3. Get the IP Address by executing ifconfig
  4. 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
  5. Profit!

About

easiest way to transfer files between computers over network.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages