FTP Upload Which curl option uploads a local file to an FTP server? --send-file --upload -T / --upload-file --put Correct: 3 Difficulty: 3 -T (or --upload-file) uploads a local file to the given remote URL.