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

Diff for /src/usr.bin/tftp/tftp.1 between version 1.12 and 1.13

version 1.12, 2006/07/24 17:29:58 version 1.13, 2006/07/24 21:28:00
Line 73 
Line 73 
 Shorthand for  Shorthand for
 .Ic mode Ar binary .  .Ic mode Ar binary .
 .Pp  .Pp
   .It Ic blksize Ar block-size
   Set the block size in bytes for one packet.
   The default value is 512 bytes.
   Valid values are 8 bytes \(en 65464 bytes.
   .Pp
 .It Ic connect Ar host Op Ar port  .It Ic connect Ar host Op Ar port
 Set the  Set the
 .Ar host  .Ar host
Line 175 
Line 180 
 An end-of-file also exits.  An end-of-file also exits.
 .Pp  .Pp
 .It Ic rexmt Ar retransmission-timeout  .It Ic rexmt Ar retransmission-timeout
 Set the per-packet retransmission timeout, in seconds.  The default value  Set the per-packet retransmission timeout, in seconds.
 is 5 seconds.  Valid values are 1 second - 255 seconds.  The default value is 5 seconds.
   Valid values are 1 second \(en 255 seconds.
 .Pp  .Pp
 .It Ic status  .It Ic status
 Show current status.  Show current status.
Line 184 
Line 190 
 .It Ic timeout Ar total-transmission-timeout  .It Ic timeout Ar total-transmission-timeout
 Set the total transmission timeout, in seconds.  Set the total transmission timeout, in seconds.
 .Pp  .Pp
   .It Ic tout
   Toggle the
   .Ic tout
   option.
   This option devlivers the retransmission-timeout,
   which is set by
   .Ic rexmt ,
   to the server,
   so the server uses the same retransmission-timeout as the client.
   .Pp
   .It Ic tsize
   Toggle the
   .Ic tsize
   option.
   This option delivers the total size of the file to be transferred.
   With this value given, the client or server can decide
   whether they are able to accept the file.
   .Pp
 .It Ic trace  .It Ic trace
 Toggle packet tracing.  Toggle packet tracing.
 .Pp  .Pp
 .It Ic verbose  .It Ic verbose
 Toggle verbose mode.  Toggle verbose mode.
 .Pp  
 .It Ic tsize  
 Toggle tsize option.  The tsize option delivers the total size of the to be  
 transfered file.  With this value given, the client or server can decide  
 if they are able to accept the file, or not.  
 .Pp  
 .It Ic tout  
 Toggle tout option.  The tout option devlivers the retransmission-timeout,  
 which is set by  
 .Ic rexmt ,  
 to the server, so the server uses the same retransmission-timeout as the client.  
 .Pp  
 .It Ic blksize Ar block-size  
 Set the block size in bytes for one packet.  The default value is 512 bytes.  
 Valid values are 8 bytes - 65464 bytes.  
 .El  .El
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr ftp 1 ,  .Xr ftp 1 ,

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13