pydl means [ python donload ]
If you know python well. You may know that, python has a simple HTTP server.
You could active it via below command:
- python2
$ python -m SimpleHTTPServer [port]- python3
$ python3 -m http.server [port]*: If you omitted the port, the port default value is 8000 .
open browser --> enter "http://ip:8000/" --> select file to download
$ chmod +x pydl.sh$ ./pydl <ip> [port]





