[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.70 and 1.71

version 1.70, 2008/06/25 18:07:00 version 1.71, 2008/07/08 21:07:57
Line 557 
Line 557 
 A synonym for  A synonym for
 .Ic mls .  .Ic mls .
 .It Xo Ic mget  .It Xo Ic mget
 .Op Fl c  .Op Fl cr
 .Ar remote-files  .Ar remote-files
 .Xc  .Xc
 Expand the  Expand the
Line 566 
Line 566 
 and do a  and do a
 .Ic get  .Ic get
 for each file name thus produced.  for each file name thus produced.
 If the  
 .Fl c  
 flag is specified, then  
 .Ic reget  
 is used instead for the partially transferred files.  
 See  See
 .Ic glob  .Ic glob
 for details on the filename expansion.  for details on the filename expansion.
Line 585 
Line 580 
 .Ql lcd directory ;  .Ql lcd directory ;
 new local directories can be created with  new local directories can be created with
 .Ql "\&! mkdir directory" .  .Ql "\&! mkdir directory" .
   .Pp
   If the
   .Fl c
   flag is specified then
   .Ic reget
   is used instead of
   .Ic get .
   If the
   .Fl r
   flag is specified,
   .Nm
   recursively descends the directory tree,
   transferring all files and directories.
 .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
Line 621 
Line 629 
 and do a  and do a
 .Ic put  .Ic put
 for each file in the resulting list.  for each file in the resulting list.
 If the  
 .Fl c  
 flag is specified, then  
 .Ic reput  
 is used instead for the partially transferred files.  
 See  See
 .Ic glob  .Ic glob
 for details of filename expansion.  for details of filename expansion.
Line 634 
Line 637 
 and  and
 .Ic nmap  .Ic nmap
 settings.  settings.
   .Pp
   If the
   .Fl c
   flag is specified then
   .Ic reput
   is used instead of
   .Ic put .
 .It Ic msend Ar local-files  .It Ic msend Ar local-files
 A synonym for  A synonym for
 .Ic mput .  .Ic mput .
Line 1638 
Line 1648 
 .Bx 4.2  .Bx 4.2
 servers using the ASCII type.  servers using the ASCII type.
 Avoid this problem by using the binary image type.  Avoid this problem by using the binary image type.
   .Pp
   In the recursive mode of
   .Ic mget ,
   files and directories starting with whitespace are ignored
   because the list cannot be parsed any other way.

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71