Multiple choice technology operating systems

Command to connect to a remote machine to download or upload files?

  1. ftp

  2. print

  3. more

  4. wc

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The ftp command (File Transfer Protocol) is used to connect to remote machines for uploading and downloading files. FTP is a standard network protocol for file transfer between a client and server. The other options: print is for printing files, more displays file contents, and wc counts lines/words/characters.