| 
  11.B.2: 
   |   
 
  11: 
   | 
  11.B: 
  ftp
    |   
 
   
   | 
 Once you've set up an ftp connection, you can use a variety of 
subcommands to help get your file transfer right.  To see a list of the 
available subcommands (while in an ftp session), enter 
? followed by a return:
ftp> ?  
  
Commands may be abbreviated.  Commands are:
!               debug           mget            pwd             site
$               dir             mkdir           quit            size
account         disconnect      mls             quote           status
append          form            mode            recv            struct
ascii           get             modtime         remotehelp      sunique
bell            glob            mput            rstatus         system
binary          hash            nmap            rhelp           tenex
bye             help            nlist           rename          trace
case            image           ntrans          reget           type
cd              lcd             open            restart         user
cdup            ls              prompt          reset           verbose
close           macdef          proxy           rmdir           ?
cr              mdelete         sendport        runique
delete          mdir            put             send
Some of these subcommands are the familiar ones you learned about in Managing Files and Directories. So, as usual, you use the cd and ls subcommands to move around and see what's there.
To get more information about a particular subcommand, such as get, ask for help:
 > help get 
 To gain some experience, after checking where we are,
we  create a backup directory on ucs and 
cd to it:
ftp> pwd  
  
ftp> mkdir backup-cluster  
  
ftp> cd backup-cluster  
  
ftp> pwd  
  
public-html 
directory first, so change directories on
the local (the Department cluster)  to public-html:
ftp> lcd ~/public_html  
  
| 
  11.B.2: 
   |   
 
  11: 
   | 
  11.B: 
  ftp
    |   
 
   
   |