ftp 10.10.10.10
ls -R
Download a single file.
get file.txt
Download all files.
mget *
Download all available files.
wget -m --no-passive ftp://anonymous:anonymous@10.10.10.10
put file.txt
Show SSL certificate.
openssl s_client -connect 10.10.10.10:21 -starttls ftp
Last updated 1 year ago