2 examples for ftp

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