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

mget
get



Choose below the best description of the FTP 'put' subcommand:

Store a local file on the remote machine.
Store a remote file on the local machine.



mget *

Shown above is the 'mput *' sub-command of FTP. What does this command do?

It copies all files from the remote host to the local host.
It copies all files from the local host to 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.



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.



get cougar

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

It is getting a file called "cougar" from the local host.
It is getting a file called "cougar" from the remote host.



prompt

Shown above is FTP 'prompt' subcommand. Choose the best description below of the above 'prompt' subcommand.

The 'prompt' subcommand turns on prompting for multiple file transfers.
The 'prompt' subcommand turns off prompting for multiple file transfers.
The 'prompt subcommand turns prompting on and off. It is a toggle.



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

mput
put



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 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.



Identify the statement below that is true for most users of FTP.

Most users of FTP start their session with FTP with an FTP client. These users then use this FTP client to connect to an FTP server.
Most users of FTP start their session with FTP with an FTP server. These users then use this FTP server to connect to an FTP client.



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

mput
mget