Python‎ > ‎

Transfer files from a Linux system in seconds

posted Oct 8, 2015, 12:51 PM by Chris G   [ updated Nov 24, 2015, 4:48 PM ]
This is by far the easiest way to make logfiles available to developers, or to get many files from a Linux system.
 
All you need is Python, this is the simplest implementation of a basic webserver:
 
python -m SimpleHTTPServer 8080