[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.9 and 1.10

version 1.9, 1997/03/14 04:32:15 version 1.10, 1997/04/10 00:17:09
Line 1 
Line 1 
 .\"     $OpenBSD$  .\"     $OpenBSD$
 .\"     $NetBSD: ftp.1,v 1.18 1997/03/13 06:23:16 lukem Exp $  .\"     $NetBSD: ftp.1,v 1.19 1997/04/05 03:27:37 lukem Exp $
 .\"  .\"
 .\" Copyright (c) 1985, 1989, 1990, 1993  .\" Copyright (c) 1985, 1989, 1990, 1993
 .\"     The Regents of the University of California.  All rights reserved.  .\"     The Regents of the University of California.  All rights reserved.
Line 392 
Line 392 
 no  no
 .Ar directory  .Ar directory
 is specified, the user's home directory is used.  is specified, the user's home directory is used.
   .It Ic less Ar file
   A synonym for
   .Ic page .
 .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
Line 491 
Line 494 
 The default mode is \*(Lqstream\*(Rq mode.  The default mode is \*(Lqstream\*(Rq mode.
 .It Ic modtime Ar file-name  .It Ic modtime Ar file-name
 Show the last modification time of the file on the remote machine.  Show the last modification time of the file on the remote machine.
   .It Ic more Ar file
   A synonym for
   .Ic page .
 .It Ic mput Ar local-files  .It Ic mput Ar local-files
 Expand wild cards in the list of local files given as arguments  Expand wild cards in the list of local files given as arguments
 and do a  and do a
Line 1011 
Line 1017 
 .Dq Classic  .Dq Classic
 ftp format  ftp format
 .It ftp://host[:port]/file  .It ftp://host[:port]/file
 FTP URL, using the ftp protocol.  FTP URL, using the ftp protocol if
   .Ev ftp_proxy
   isn't defined.
   Otherwise, transfer using http via the proxy defined in
   .Ev ftp_proxy .
 .It http://host[:port]/file  .It http://host[:port]/file
 HTTP URL, using the http protocol.  HTTP URL, using the http protocol.
 If  If
Line 1311 
Line 1321 
 to display files.  to display files.
 .It Ev SHELL  .It Ev SHELL
 For default shell.  For default shell.
   .It Ev ftp_proxy
   URL of FTP proxy to use when making FTP URL requests
   (if not defined, use the standard ftp protocol).
 .It Ev http_proxy  .It Ev http_proxy
 URL of HTTP proxy to use when making HTTP requests.  URL of HTTP proxy to use when making HTTP URL requests.
 .El  .El
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr editrc 5 ,  .Xr editrc 5 ,

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10