get elephant

Shown above is an FTP sub-command, 'get elephant'. Choose a statement below that is true of the above command:

The FTP 'get' command is being used to download a file called 'elephant' to the local host.
The FTP 'get' command is being used to download a file called 'elephant' to the remote host.
The FTP 'get' command is being used to upload a file called 'elephant' to the local host.
The FTP 'get' command is being used to upload a file called 'elephant' to the remote host.



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

mput
mget



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.



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

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



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.



What FTP subcommand gives a list of all FTP subcommands available?

?
!
prompt



Identify correctly the ftp command given below that implies 'many files.'

put
mput



Generally speaking, how do you invoke FTP?

Type 'ftp' at the command line.
Type 'put' at the command line.
Type 'open' at the command line.
Type 'get' at the command line.



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

mget
mput



Identify a statement below that is generally true for most users of FTP:

Most FTP users talk to an FTP client which in turn talks to an FTP server.
Most FTP users talk to an FTP server which in turn talks to an FTP client.



get elephant

Shown above is an FTP sub-command, 'get elephant'. What command below will give you a short description of the above 'get' command and what it does?

? get
get ?
! get
get !



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.