The ftp command is the user interface to the Internet stan-
dard File Transfer Protocol (FTP). ftp transfers files to
and from a remote network site. The usage is
lightning:~ > ftp remote_host
It will promt for the username and password of the remote host. Onece you
are in it will get a ftp promt e.g.
ftp >
The following are useful commands for ftp
it on the local machine.
If the local file name is not specified, it is given
the same name it has on the remote machine.
Stores a local file on the remote machine.
e.g mget *.ps . It will prompt for individual files.