# HTTP Server

## Server

```
sudo python3 -m http.server 80
```

## wget

```
wget <uri> -O /path/to/file.ext

wget <uri> -P /path/to/
```
