69 lines
5.0 KiB
HTML
69 lines
5.0 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="Trivial File Transfer Protocol" />
|
|
<meta name="abstract" content="Trivial File Transfer Protocol (TFTP) is a simple protocol that provides basic file transfer function with no user authentication." />
|
|
<meta name="description" content="Trivial File Transfer Protocol (TFTP) is a simple protocol that provides basic file transfer function with no user authentication." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzal5printingme.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzal5tftpnonns.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzal5chngtftp.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzal5servclient.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzal5tftptran.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzal5tftpsub.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzal5tftpexitpoint.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../rzaj2/rzaj2overview.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="rzal5overview" />
|
|
<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>Trivial File Transfer Protocol</title>
|
|
</head>
|
|
<body id="rzal5overview"><a name="rzal5overview"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Trivial File Transfer Protocol</h1>
|
|
<div><p>Trivial File Transfer Protocol (TFTP) is a simple protocol that
|
|
provides basic file transfer function with no user authentication.</p>
|
|
<p>TFTP is intended for applications that do not need the sophisticated
|
|
interactions that File Transfer Protocol (FTP) provides. Together, TFTP and
|
|
Bootstrap Protocol (BOOTP) provide support for clients of an iSeries™ system.
|
|
They also provide support for other clients that use the TFTP and BOOTP protocols.</p>
|
|
<p>You can work with TFTP server properties through iSeries Navigator, the graphical user
|
|
interface (GUI) for i5/OS™.</p>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="rzal5printingme.htm">Printable PDF</a></strong><br />
|
|
Use this to view and print a PDF of this information.</li>
|
|
<li class="ulchildlink"><strong><a href="rzal5tftpnonns.htm">Configure TFTP for clients</a></strong><br />
|
|
To allow clients to use the TFTP server, you must ensure that the QTFTP profile has authority to access the directories and files that the clients access through the TFTP server. You also need to set the TFTP server attributes to allow the desired client requests.</li>
|
|
<li class="ulchildlink"><strong><a href="rzal5chngtftp.htm">Change TFTP attributes</a></strong><br />
|
|
Use the Change TCP/IP TFTP Attributes (CHGTFTPA) command to change the TFTP server attributes.</li>
|
|
<li class="ulchildlink"><strong><a href="rzal5servclient.htm">Server ports and client ports</a></strong><br />
|
|
The TFTP server uses a subnet-directed broadcast address as the destination address.</li>
|
|
<li class="ulchildlink"><strong><a href="rzal5tftptran.htm">TFTP Transfer Size option</a></strong><br />
|
|
The Transfer Size option allows the client to determine how much data is transferred on a read request (RRQ).</li>
|
|
<li class="ulchildlink"><strong><a href="rzal5tftpsub.htm">TFTP Subnet Broadcast option</a></strong><br />
|
|
Broadcast storms are a performance problem that might occur when there are large numbers of systems that boot from the network.</li>
|
|
<li class="ulchildlink"><strong><a href="rzal5tftpexitpoint.htm">Exit points for controlling TFTP server</a></strong><br />
|
|
With the use of exit programs, the experienced programmer can create customized processing when an application is running. If the TFTP server finds a program registered to one of the exit points for the server, it calls that program using parameters that are defined by the exit point.</li>
|
|
</ul>
|
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><a href="../rzaj2/rzaj2overview.htm">iSeries Navigator</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |