> For the complete documentation index, see [llms.txt](https://kashz.gitbook.io/kashz-jewels/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kashz.gitbook.io/kashz-jewels/tricks/wget.md).

# 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
```
