What ftp command uploads the filename from the current directory on the local computer to the current directory on the remote computer, and allows the use of wildcard metacharacters to specify the filename.
A. upload filename
B. mput filename
C. put filename
D. get filename
Answer: B
Computer Science & Information Technology
You might also like to view...
When the POST is complete, the operating system is loaded into ________
A) ROM B) RAM C) the hard drive D) the optical drive
Computer Science & Information Technology
A recursive function should be designed to stop making recursive calls when it reaches its
A) return statement. B) base case. C) closing curly brace. D) last parameter. E) None of the above
Computer Science & Information Technology