> For the complete documentation index, see [llms.txt](https://oscp.adot8.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://oscp.adot8.com/services/ftp-less-than-tcp-21-greater-than.md).

# FTP \<tcp 21>

```
wget -r ftp://anonymous:anonymous@10.10.10.184/
```

```
ftp-ssl -z secure -z verify=0 -p $ip
```

```
ftp-ssl -z secure -z verify=0 $ip -z cipher="$(openssl ciphers -tls1)" -p $ip
```
