[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.29 and 1.30

version 1.29, 2000/03/07 21:11:09 version 1.30, 2000/06/13 21:28:38
Line 288 
Line 288 
 preceded by the string  preceded by the string
 .Ql \-\-> .  .Ql \-\-> .
 .It Ic dir Op Ar remote-directory Op Ar local-file  .It Ic dir Op Ar remote-directory Op Ar local-file
 Print a listing of the contents of a  A synonym for
 directory on the remote machine.  .Ic ls .
 The listing includes any system-dependent information that the server  
 chooses to include; for example, most  
 .Ux  
 systems will produce  
 output from the command  
 .Ql ls \-l .  
 (See also  
 .Ic ls . )  
 If  
 .Ar remote-directory  
 is left unspecified, the current working directory is used.  
 If interactive prompting is on,  
 .Nm  
 will prompt the user to verify that the last argument is indeed the  
 target local file for receiving  
 .Ic dir  
 output.  
 If no local file is specified, or if  
 .Ar local-file  
 is  
 .Dq - ,  
 the output is sent to the terminal.  
 .It Ic disconnect  .It Ic disconnect
 A synonym for  A synonym for
 .Ic close .  .Ic close .
Line 435 
Line 413 
 .It Ic lpwd  .It Ic lpwd
 Print the working directory on the local machine.  Print the working directory on the local machine.
 .It Ic \&ls Op Ar remote-directory Op Ar local-file  .It Ic \&ls Op Ar remote-directory Op Ar local-file
 Print a list of the files in a  Print a listing of the contents of a
 directory on the remote machine.  directory on the remote machine.
   The listing includes any system-dependent information that the server
   chooses to include; for example, most
   .Ux
   systems will produce
   output from the command
   .Ql ls \-l .
 If  If
 .Ar remote-directory  .Ar remote-directory
 is left unspecified, the current working directory is used.  is left unspecified, the current working directory is used.
Line 495 
Line 479 
 .Ar remote-files  .Ar remote-files
 on the remote machine.  on the remote machine.
 .It Ic mdir Ar remote-files local-file  .It Ic mdir Ar remote-files local-file
 Like  A synonym for
 .Ic dir ,  .Ic mls .
 except multiple remote files may be specified.  
 If interactive prompting is on,  
 .Nm  
 will prompt the user to verify that the last argument is indeed the  
 target local file for receiving  
 .Ic mdir  
 output.  
 .It Ic mget Ar remote-files  .It Ic mget Ar remote-files
 Expand the  Expand the
 .Ar remote-files  .Ar remote-files
Line 576 
Line 553 
 Otherwise, this command is identical to  Otherwise, this command is identical to
 .Ar get .  .Ar get .
 .It Ic nlist Op Ar remote-directory Op Ar local-file  .It Ic nlist Op Ar remote-directory Op Ar local-file
 A synonym for  Print a list of the files in a
 .Ic ls .  directory on the remote machine.
   If
   .Ar remote-directory
   is left unspecified, the current working directory is used.
   If interactive prompting is on,
   .Nm
   will prompt the user to verify that the last argument is indeed the
   target local file for receiving
   .Ic nlist
   output.
   If no local file is specified, or if
   .Ar local-file
   is
   .Dq - ,
   the output is sent to the terminal.  Note that on some servers, the
   .Ic nlist
   command will only return information on normal files (not directories
   or special files).
 .It Ic nmap Op Ar inpattern outpattern  .It Ic nmap Op Ar inpattern outpattern
 Set or unset the filename mapping mechanism.  Set or unset the filename mapping mechanism.
 If no arguments are specified, the filename mapping mechanism is unset.  If no arguments are specified, the filename mapping mechanism is unset.

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30