How to download everything under a python HTTP file/folder servering:

 Download everything under a python HTTP servering:



In host:

```

python -m http.server

```



In guest:

```

wget -r -np -nH -R / http://192.168.19.22:8000

```