Multiple choice technology

What does mput do?

  1. Copies the file to local machine

  2. Expand wild cards in the list mentioned in <local file-names> and do a put for each file in the resultant list

  3. Copies only one file to remote machine

  4. None of the above

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

The 'mput' command in FTP expands wildcards in the local file specification and performs a 'put' operation for each matched file. For example, 'mput *.txt' would upload all .txt files from the current directory. This is the batch version of the single-file 'put' command.