68 lines
4.4 KiB
HTML
68 lines
4.4 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="concept" />
|
|
<meta name="DC.Title" content="Client-to-server TFTP Read Request options" />
|
|
<meta name="abstract" content="This information includes the additional TFTP options that are supported and a description of their use." />
|
|
<meta name="description" content="This information includes the additional TFTP options that are supported and a description of their use." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzal5tftpsub.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzal5oack.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2000, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2000, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rzal5rrqoptions" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>Client-to-server TFTP Read Request options</title>
|
|
</head>
|
|
<body id="rzal5rrqoptions"><a name="rzal5rrqoptions"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Client-to-server TFTP Read Request options</h1>
|
|
<div><p>This information includes the additional TFTP options that are
|
|
supported and a description of their use.</p>
|
|
<p>To view the standard TFTP request parameters and their meanings, refer
|
|
to Internet Request for Comments (RFC) 1350. For more information related
|
|
to the TFTP options that are described here, see RFCs 1782, 1783, and 1784.
|
|
Internet RFC 2090 describes the TFTP multicast option, which has some similarities
|
|
to the Subnet Broadcast option. However, the TFTP Multicast option is
|
|
not supported at this time. The TFTP Multicast option RFC is mentioned here
|
|
as a reference to help understand the Subnet Broadcast option.</p>
|
|
<p>The following is a list of supported options and their descriptions:</p>
|
|
<dl><dt class="dlterm"><strong>blksize</strong></dt>
|
|
<dd>Null (0h) terminated keyword <tt>blksize</tt> that is followed by the
|
|
requested block size and represented as a null-terminated ASCII string. This
|
|
option requests a block size for the requested file transfer instead of using
|
|
the default of 512.</dd>
|
|
<dt class="dlterm"><strong>sbroadcast</strong></dt>
|
|
<dd>Null-terminated keyword <tt>sbroadcast</tt> that is followed by the subnet
|
|
mask of the subnet to which the client is connected. This option indicates
|
|
that the client wants to participate in a subnet-directed broadcast group.
|
|
The subnet mask that is included with this option is used with the client's
|
|
IP address to determine the client's subnet address.</dd>
|
|
<dt class="dlterm"><strong>tsize</strong></dt>
|
|
<dd>Null-terminated keyword <tt>tsize</tt> that is followed by a null-terminated
|
|
ASCII representation of 0 (30h). This option is a request for the server to
|
|
return the file size in an Option Acknowledgment (OACK).</dd>
|
|
</dl>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzal5tftpsub.htm" title="Broadcast storms are a performance problem that might occur when there are large numbers of systems that boot from the network.">TFTP Subnet Broadcast option</a></div>
|
|
</div>
|
|
<div class="relref"><strong>Related reference</strong><br />
|
|
<div><a href="rzal5oack.htm" title="The TFTP server sends an Option Acknowledgment (OACK) to a client in response to either a read request or a write request that includes additional TFTP options as described in Client to server TFTP Read Request (RRQ) options.">Server-to-client TFTP Option Acknowledgment</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |