94 lines
5.5 KiB
HTML
94 lines
5.5 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="QUOTE (Send a Subcommand to an FTP Server)" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaiqclientsu.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaiqmanagectimeout.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaiqhelp.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaiqrcmd.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="../cl/wrksplf.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaiqcsubcs.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaiqftpconvn.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="rzaiqquote" />
|
||
|
<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>QUOTE (Send a Subcommand to an FTP Server)</title>
|
||
|
</head>
|
||
|
<body id="rzaiqquote"><a name="rzaiqquote"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">QUOTE (Send a Subcommand to an FTP Server)</h1>
|
||
|
<div><div class="section"><h4 class="sectiontitle">FTP client subcommand</h4><div class="figborder"><p>QUOTE <em>string</em></p>
|
||
|
</div>
|
||
|
<dl><dt class="dlterm">string</dt>
|
||
|
<dd>The server subcommand you want sent to and interpreted by the remote FTP
|
||
|
server. The FTP server sends the string verbatim to the remote FTP server.</dd>
|
||
|
</dl>
|
||
|
<div class="note"><span class="notetitle">Notes:</span> <ol><li>The client requires the QUOTE subcommand to run the special iSeries™ FTP
|
||
|
server subcommand RCMD (Send a CL Command to an FTP Server System). For example,
|
||
|
to write the server job log to a spooled file, enter this: <pre> QUOTE RCMD DSPJOBLOG</pre>
|
||
|
<p>You
|
||
|
can use WRKSPLF to access the job log. Note that you will need to specify
|
||
|
the user profile of the user who logged in to the FTP server if the WRKSPLF
|
||
|
is run from a different user profile.</p>
|
||
|
</li>
|
||
|
<li>iSeries FTP
|
||
|
server limits the string to 1000 characters.</li>
|
||
|
<li>For the QUOTE subcommand, whatever you enter passes on to the server.
|
||
|
For example, if you enter: <pre>QUOTE CWD 'SYS1'</pre>
|
||
|
<p>The server
|
||
|
receives</p>
|
||
|
<pre>CWD 'SYS1'</pre>
|
||
|
</li>
|
||
|
</ol>
|
||
|
</div>
|
||
|
<p>You can get help information from the server by typing this:</p>
|
||
|
<pre>QUOTE HELP</pre>
|
||
|
<p>The
|
||
|
server sends the HELP subcommand to the remote host, which returns a display
|
||
|
of all subcommands it supports. The information displayed varies depending
|
||
|
on the type of remote host.</p>
|
||
|
<p>It should be noted that server subcommands
|
||
|
entered with the QUOTE subcommand only affect the server, but similar client
|
||
|
subcommands might affect both the client and the server. For example, the
|
||
|
REIN client subcommand sends the server a REIN server subcommand plus reinitializes
|
||
|
certain client state variables. QUOTE REIN sends only REIN to the server,
|
||
|
but does not change any client state variables.</p>
|
||
|
<div class="note"><span class="notetitle">Note:</span> Be careful when using
|
||
|
the QUOTE subcommand to directly enter server subcommands so that unintended
|
||
|
results do not occur. Typically, use the QUOTE subcommand for special situations
|
||
|
that cannot use other client subcommands. An example of this is when one wants
|
||
|
to use one of the special iSeries server subcommands like CRTL.</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="relconcepts"><strong>Related concepts</strong><br />
|
||
|
<div><a href="rzaiqmanagectimeout.htm" title="You can keep your connection from timing out.">Server timeout considerations</a></div>
|
||
|
</div>
|
||
|
<div class="relref"><strong>Related reference</strong><br />
|
||
|
<div><a href="rzaiqhelp.htm">HELP (Getting Help for FTP Subcommands)</a></div>
|
||
|
<div><a href="rzaiqrcmd.htm">RCMD (Send a CL Command to an FTP Server System)</a></div>
|
||
|
<div><a href="../cl/wrksplf.htm">WRKSPLF</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><a href="rzaiqftpconvn.htm" title="The File Transfer Protocol (FTP) server arranges the information units of a file system in a multiple-level tree-like structure.">File systems and naming conventions</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|