[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.11 and 1.12

version 1.11, 2006/01/02 16:35:17 version 1.12, 2006/07/24 17:29:58
Line 175 
Line 175 
 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.  Set the per-packet retransmission timeout, in seconds.  The default value
   is 5 seconds.  Valid values are 1 second - 255 seconds.
 .Pp  .Pp
 .It Ic status  .It Ic status
 Show current status.  Show current status.
Line 188 
Line 189 
 .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 ,
Line 206 
Line 222 
 sort of file access restrictions in place.  sort of file access restrictions in place.
 The exact methods are specific to each site and therefore  The exact methods are specific to each site and therefore
 difficult to document here.  difficult to document here.
 .Pp  
 This implementation of  
 .Nm  
 does not support blocksize negotiation  
 .Pq RFC 1783 ,  
 so files larger than 33488896 octets  
 .Pq 65535 blocks  
 cannot be transferred.  

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