Skip to content
mypapit  gnu/linux

mypapit gnu/linux

Free and Open Source blogger with an attitude

Posted on January 13, 2018January 8, 2018 by Mohammad Hafiz mypapit Ismail

Share files quickly using python3

You can enable quick file sharing using python3 by activating its built-in internal webserver

 


python3 -m http.server

The default webserver will listen to port 8000, you can change to any port above 1024 without root privileges by specifying the port number after the command:


python3 -m http.server 9090

Categorieshttpd, Python Tagsfilesharing, ftp, Python, web server, webserver

Post navigation

Previous PostPrevious How to download and save entire website recursively using wget
Next PostNext Solving ‘kex protocol error: type 7’ error in scp and ssh

Follow Me

Mypapit GNU/Linux Blog

Subscribe

Subscribe RSS Feed

Pages

  • About
  • Contact Me
  • Links
  • My GPG Public Key

linux blog

© 2018 Mohammad Hafiz Ismail. All Rights Reserved

Proudly powered by WordPress