82 lines
4.7 KiB
HTML
82 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="reference" />
|
|
<meta name="DC.Title" content="HELP (Getting Help for FTP Subcommands)" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiqclientsu.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiqquote.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiqcsubcs.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="rzaiqhelp" />
|
|
<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>HELP (Getting Help for FTP Subcommands)</title>
|
|
</head>
|
|
<body id="rzaiqhelp"><a name="rzaiqhelp"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">HELP (Getting Help for FTP Subcommands)</h1>
|
|
<div><div class="section"><p>The HELP subcommand provides information about the FTP subcommands
|
|
that the local system and the remote system uses.</p>
|
|
</div>
|
|
<div class="section"><h4 class="sectiontitle">Help for FTP client subcommands</h4><p>To get information
|
|
about FTP subcommands used by the local system, use the HELP subcommand in
|
|
this format:</p>
|
|
<div class="figborder"><p>Help [* | ALL | <em>subcommand</em> ]</p>
|
|
</div>
|
|
<dl><dt class="dlterm">* or ALL</dt>
|
|
<dd>Displays a list of the FTP client subcommands.</dd>
|
|
<dt class="dlterm">subcommand</dt>
|
|
<dd>Provides detailed help for the specified client subcommand. For example, <samp class="codeph">HELP
|
|
GET</samp> tells you how to transfer a file from a remote system to your
|
|
local system. You may abbreviate the subcommand to a meaningful prefix.</dd>
|
|
</dl>
|
|
<p>If you use the HELP subcommand without a parameter, you
|
|
see a list of subcommands and a general description of the help information
|
|
available. Context-sensitive help is available by positioning the cursor over
|
|
a command on the help display and then pressing the Enter key.</p>
|
|
<p>To get
|
|
the list of local subcommands on an iSeries™ server, enter:</p>
|
|
<pre>HELP</pre>
|
|
<p>Help
|
|
information can be obtained with the ? subcommand.</p>
|
|
</div>
|
|
<div class="section"><h4 class="sectiontitle">Help for FTP server subcommands</h4><p>To obtain help for
|
|
FTP subcommands on the remote system, use the HELP subcommand in this format:</p>
|
|
<div class="figborder"><p>Help SERVER [subcommand]</p>
|
|
</div>
|
|
<dl><dt class="dlterm">SERVER</dt>
|
|
<dd>Gives the help the remote system offers for FTP server subcommands. This
|
|
is similar to using QUOTE with the HELP parameter. QUOTE HELP lists the FTP
|
|
subcommands supported by the remote system.</dd>
|
|
<dt class="dlterm">subcommand</dt>
|
|
<dd>The name of the server subcommand that you want the information. For example, <samp class="codeph">HELP
|
|
SERVER STOR</samp> will request the server to provide help on the STOR subcommand.</dd>
|
|
</dl>
|
|
<div class="note"><span class="notetitle">Note:</span> RHELP is a synonym for HELP SERVER. For example, HELP
|
|
SERVER SITE and RHELP SITE are equivalent.</div>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaiqclientsu.htm" title="Use File Transfer Protocol (FTP) client subcommands to establish a connection with a remote FTP server, navigate libraries and directories, create and delete files, and transfer files.">File Transfer Protocol client subcommands</a></div>
|
|
</div>
|
|
<div class="relref"><strong>Related reference</strong><br />
|
|
<div><a href="rzaiqquote.htm">QUOTE (Send a Subcommand to an FTP Server)</a></div>
|
|
<div><a href="rzaiqcsubcs.htm" title="The File Transfer Protocol (FTP) client subcommands described in this topic make use of syntax conventions:">File Transfer Protocol client syntax conventions</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |