# wget

## Download all in FTP

```bash
wget -m [--no-passive] ftp://IP/PATH [--user=USER --password="PASS"]
```

## Flags

```bash
# ignore SSL cert
--no-check-certificate
```
