2 examples for ftp
# Bro, you should just use curl to upload files by FTP
curl -T local-file.tgz ftp://example.com/subdir/ --user $USER
# Starts an ftp session with example.com, you'll usually be prompted for credential afterwards
ftp example.com