nmap -sV -p 21 --open <IP>
telnet <IP> 21
nc <IP> 21
All Nmap scripts.
nmap --script ftp-* -p 21 <IP>
use auxiliary/scanner/ftp/anonymous
Download all files from FTP
wget -m ftp://anonymous:anonymous@10.10.10.98
wget -m --no-passive ftp://anonymous:anonymous@10.10.10.98