79 lines
4.7 KiB
HTML
79 lines
4.7 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="Trace the FTP client" />
|
|
<meta name="abstract" content="You can use the DEBUG subcommand to track down problems on the FTP client." />
|
|
<meta name="description" content="You can use the DEBUG subcommand to track down problems on the FTP client." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiqlogserr.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiqreport.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2004, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2004, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rzaiqtraceclient" />
|
|
<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>Trace the FTP client</title>
|
|
</head>
|
|
<body id="rzaiqtraceclient"><a name="rzaiqtraceclient"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Trace the FTP client</h1>
|
|
<div><p>You can use the DEBUG subcommand to track down problems on the
|
|
FTP client.</p>
|
|
<p>To produce an FTP client trace or display the subcommands sent to the FTP
|
|
server, use the DEBUG FTP client subcommand. The DEBUG subcommand toggles
|
|
the debugging mode. If an optional debug-value is specified, it is used to
|
|
set the debugging level. When debugging is on, each subcommand sent to the
|
|
server is displayed and preceded by the string '>>>'. The debug-value
|
|
must be set to 100 to produce an FTP client trace.</p>
|
|
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><tbody><tr><td valign="top"> DEBug <em>[debug value] </em></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<dl><dt class="dlterm"><em>debug value</em></dt>
|
|
<dd>If the debug-value is 0, debugging is off. If the debug-value is a positive
|
|
integer, debugging is on.<p>If no value is specified, the debug-value is toggled
|
|
from zero to one or from a positive integer to zero.</p>
|
|
</dd>
|
|
<dt class="dlterm">100</dt>
|
|
<dd>Initiate an FTP client trace. The client continues running the trace until
|
|
DEBUG is turned off or until the FTP client is ended. (When the trace is ended,
|
|
there may be a significant delay while the trace data is formatted.)</dd>
|
|
</dl>
|
|
<div class="note"><span class="notetitle">Note:</span> The FTP client trace should only be used for reporting software problems
|
|
to IBM<sup>®</sup>.
|
|
System performance can be adversely affected by this function.</div>
|
|
<p>A new capability has been added to the FTP client for debugging for V4R4.
|
|
This function is similar to the DEBUG 100 described above. When the client
|
|
is started, it first checks for the existence of a data area named QTMFTPD100.</p>
|
|
<p>You need to create the dataarea QTMFTPD100 in the QTEMP library using this
|
|
command:</p>
|
|
<pre> CRTDTAARA DTAARA(QTEMP/QTMFTPD100) TYPE(*LGL)AUT(*USE)</pre>
|
|
<p>If the QTMFTPD100 dataarea exists, then it will set the debug value to
|
|
100 and start an FTP client trace. The purpose of this capability is to enable
|
|
FTP client debug traces to be done in those situations when an FTP client
|
|
trace <em>cannot</em> be started by issuing the DEBUG 100 subcommand.</p>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaiqlogserr.htm" title="This topic provides basic troubleshooting techniques for problems that occur with the FTP server or FTP client.">Troubleshoot FTP</a></div>
|
|
</div>
|
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><a href="rzaiqreport.htm" title="This topic describes the information that the IBM service representative might require to resolve an FTP problem.">Materials required for reporting FTP problems</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |