FTP
Commands
ftp 10.10.10.10ls -RDownload a single file.
get file.txtDownload all files.
mget *Download all available files.
wget -m --no-passive ftp://anonymous:[email protected]put file.txtShow SSL certificate.
openssl s_client -connect 10.10.10.10:21 -starttls ftpLast updated