Which ftp client command allows you to upload multiple files simultaneously using the “*”
wildcard?
A.
mput
B.
mget
C.
put
D.
get
Explanation:
The mput command is used to upload multiple files simultaneously.
Answer option C is incorrect. The put command uploads one file each time you use the command.
It is not used to upload multiple files at a time.
Answer option D is incorrect. The get command is used to download one file at a time.
Answer option B is incorrect. The mget command is used to download multiple files at a time. It is
not used to upload multiple files.