[BACK]Return to ftp.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ftp

Diff for /src/usr.bin/ftp/ftp.1 between version 1.73 and 1.74

version 1.73, 2008/08/22 08:52:35 version 1.74, 2008/09/08 19:31:16
Line 565 
Line 565 
 A synonym for  A synonym for
 .Ic mls .  .Ic mls .
 .It Xo Ic mget  .It Xo Ic mget
 .Op Fl cr  .Op Fl cnr
   .Op Fl d Ar depth
 .Ar remote-files  .Ar remote-files
 .Xc  .Xc
 Expand the  Expand the
Line 589 
Line 590 
 new local directories can be created with  new local directories can be created with
 .Ql "\&! mkdir directory" .  .Ql "\&! mkdir directory" .
 .Pp  .Pp
 If the  The options are as follows:
 .Fl c  .Bl -tag -width Ds
 flag is specified then  .It Fl c
   Use
 .Ic reget  .Ic reget
 is used instead of  instead of
 .Ic get .  .Ic get .
 If the  .It Fl d Ar depth
 .Fl r  Specify the maximum recursion level
 flag is specified,  .Ar depth .
 .Nm  The default is 0, which means unlimited.
 recursively descends the directory tree,  .It Fl n
 transferring all files and directories.  Use
   .Ic newer
   instead of
   .Ic get .
   .It Fl r
   Recursively descend the directory tree, transferring all files and
   directories.
   .El
 .It Ic mkdir Ar directory-name  .It Ic mkdir Ar directory-name
 Make a directory on the remote machine.  Make a directory on the remote machine.
 .It Ic mls Ar remote-files local-file  .It Ic mls Ar remote-files local-file

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74