What is a multiple file transfer in FTP?

It is the use of either the 'mput' or 'mget' command of FTP.
It is the use of either the 'put' or 'get' command of FTP.
The only way to do a multiple file transfer is with the 'mget' command of FTP.
The only way to do a multiple file transfer is with the 'mput' command of FTP.
The only way to do a multiple file transfer is with the 'get' command of FTP.
The only way to do a multiple file transfer is with the 'put' command of FTP.



ls

Shown above is the FTP 'ls' command. What does 'ls' do?

The 'ls' command lists files on the remote host.
The 'ls' command lists files on the local host.



Identify the statement below that is true for most FTP users:

For most users of FTP, the computer that they are sitting at is also the computer hosting the FTP server.
For most users of FTP, the computer that they are sitting at is also the computer hosting the FTP client.



put cougar

Shown above is the FTP 'put' command. What is the above command doing?

It is putting a file called "cougar" on to the local host.
It is putting a file called "cougar" on to the remote host.



Identify correctly the ftp command given below that implies 'one single file.'

mget
get



Identify the statement below that is most likely to be true:

Often it is the case that one FTP server is connected to many FTP clients simultaneously.
Often it is the case that one FTP client is connected to many FTP servers simultaneously.



You are sitting at your home computer. You type the FTP command to connect to another computer.

Is the computer that you connect to the local or the remote host?

The computer that you connect to is the local host
The computer that you connect to is the remote host



What is FTP an acronym for?

File Transfer Protocol
File Transfer Put
File Transfer Prompt
File Trace Protocol
File Type Protocol
File Type Put



You are sitting at your home computer. You type the FTP command to connect to another computer.

Is your home computer the local or the remote host?

Your home computer is the local host
Your home computer is the remote host



cd

Show above is a subcommand of FTP called 'cd'. What does the cd subcommand do?

Changes the present working directory on the local machine.
Changes the present working directory on the remote machine.



pwd

Shown above is a subcommand of FTP called 'pwd'. What is the 'pwd' subcommand an acronym for?

Present Working Directory
Past Working Directory
Put Working Directory
Pull Working Directory
Password



Identify the command below that transfers multiple files from the local host to the remote host:

mput
mget