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.



mkdir rhinoceros

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

It is making a directory called rhinoceros on the local host.
It is making a directory called rhinoceros on 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.



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

mput
put



close

Shown above is an FTP sub-command, 'close'. What does the above 'close' command do.

It closes the connection to the remote client.
It closes the connection to the local client.
It closes the connection to the remote server.
It closes the connection to the local server.



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

?
!
prompt



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.



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

mget
mput



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.



mput *

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.



Identify the correct seqence below for getting into the FTP client built into Microsoft Windows XP:

type ftp, click on run, click on start, type cmd
type cmd, click on run, click on start, type ftp
click on start, click on run, type cmd, type ftp
click on start, type cmd, click on run, type ftp
click on start, type cmd, type ftp, click on run