21/tcp - FTP
# Banner Grab
nc -nv 192.168.1.123 21
Use a client
ftp <IP>
>anonymous # username
>anonymous # password
>ls -a # List all files
>binary # Set transmission to binary (instead of ascii)
>ascii # Set transmission to ascii (instead of binary)
>bye # exit