184 lines
9.3 KiB
HTML
184 lines
9.3 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="File Transfer Protocol server reply status messages" />
|
||
|
<meta name="abstract" content="This topic contains access common reply codes and what they indicate." />
|
||
|
<meta name="description" content="This topic contains access common reply codes and what they indicate." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaiqreference.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaiqserversu.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaiqclientsu.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="rzaiqftpsrply" />
|
||
|
<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>File Transfer Protocol server reply status messages</title>
|
||
|
</head>
|
||
|
<body id="rzaiqftpsrply"><a name="rzaiqftpsrply"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">File Transfer Protocol server reply status messages</h1>
|
||
|
<div><p>This topic contains access common reply codes and what they indicate.</p>
|
||
|
<div class="section"><p>When you enter subcommands during an File Transfer Protocol (FTP)
|
||
|
client session, status messages return to your display in a 3-digit code:
|
||
|
<em>xyz</em>.</p>
|
||
|
<p>The first digit (x) tells you whether the response is good,
|
||
|
bad, or incomplete. There are five values for the first digit:</p>
|
||
|
<ul><li>1yz = Good. The requested action is being initiated; another reply should
|
||
|
follow.</li>
|
||
|
<li>2yz = Good. The requested action was successfully completed; a new request
|
||
|
may be initiated.</li>
|
||
|
<li>3yz = Incomplete. The subcommand was accepted, but the requested action
|
||
|
is being held pending receipt of more information.</li>
|
||
|
<li>4yz = Incomplete. The server did not accept the subcommand. The requested
|
||
|
action did not take place; the error is temporary and you can request the
|
||
|
action again.</li>
|
||
|
<li>5yz = Bad. The subcommand was not accepted, and the requested action did
|
||
|
not take place.</li>
|
||
|
</ul>
|
||
|
<p>The second digit (y) tells you the functional category of the response.</p>
|
||
|
<ul><li>x0z=Syntax. Refers to syntax errors, commands that aren't appropriate
|
||
|
for what you're trying to do, and unnecessary commands.</li>
|
||
|
<li>x1z=Information. Refers to requests for information, such as status or
|
||
|
help.</li>
|
||
|
<li>x2z=Connections. Refers to the control or data connections.</li>
|
||
|
<li>x3z=Authentication. Refers to the login process.</li>
|
||
|
<li>x5z=File system. Refers to the status of the server in relation to the
|
||
|
file transfer request.</li>
|
||
|
</ul>
|
||
|
<p>The third digit (z) tells you a finer level of detail about the functional
|
||
|
category.</p>
|
||
|
<p>The following table describes the common reply codes and what
|
||
|
they indicate. The message text might vary for different server systems.</p>
|
||
|
|
||
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><thead align="left"><tr><th valign="top" id="d0e63">Code</th>
|
||
|
<th valign="top" id="d0e65">Meaning</th>
|
||
|
</tr>
|
||
|
</thead>
|
||
|
<tbody><tr><td valign="top" headers="d0e63 ">110</td>
|
||
|
<td valign="top" headers="d0e65 ">Restart the marker reply</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" headers="d0e63 ">120</td>
|
||
|
<td valign="top" headers="d0e65 ">Service is ready in nnn minutes</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" headers="d0e63 ">125</td>
|
||
|
<td valign="top" headers="d0e65 ">Data connection is already open; transfer is starting</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" headers="d0e63 ">150</td>
|
||
|
<td valign="top" headers="d0e65 ">File starting OK; about to open the data connection</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" headers="d0e63 ">200</td>
|
||
|
<td valign="top" headers="d0e65 ">Command OK</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" headers="d0e63 ">202</td>
|
||
|
<td valign="top" headers="d0e65 ">Command was not implemented; it is not used on this system</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" headers="d0e63 ">211</td>
|
||
|
<td valign="top" headers="d0e65 ">System status, or system help reply</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" headers="d0e63 ">212</td>
|
||
|
<td valign="top" headers="d0e65 ">Directory status</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" headers="d0e63 ">213</td>
|
||
|
<td valign="top" headers="d0e65 ">File status</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" headers="d0e63 ">214</td>
|
||
|
<td valign="top" headers="d0e65 ">Help message</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" headers="d0e63 ">220</td>
|
||
|
<td valign="top" headers="d0e65 ">Service is ready for a new user</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" headers="d0e63 ">226</td>
|
||
|
<td valign="top" headers="d0e65 ">Closing the data connection; the requested file action was successful</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" headers="d0e63 ">230</td>
|
||
|
<td valign="top" headers="d0e65 ">User is logged in</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" headers="d0e63 ">250</td>
|
||
|
<td valign="top" headers="d0e65 ">Requested file action was okay; action is completed</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" headers="d0e63 ">257</td>
|
||
|
<td valign="top" headers="d0e65 ">Path name was created</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" headers="d0e63 ">331</td>
|
||
|
<td valign="top" headers="d0e65 ">Password is required</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" headers="d0e63 ">332</td>
|
||
|
<td valign="top" headers="d0e65 ">Account is required</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" headers="d0e63 ">425</td>
|
||
|
<td valign="top" headers="d0e65 ">Cannot open the data connection</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" headers="d0e63 ">426</td>
|
||
|
<td valign="top" headers="d0e65 ">Connection is closed; the transfer ended abnormally</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" headers="d0e63 ">450</td>
|
||
|
<td valign="top" headers="d0e65 ">Requested file action was not taken; file busy</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" headers="d0e63 ">451</td>
|
||
|
<td valign="top" headers="d0e65 ">Requested action ended abnormally; local error in processing</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" headers="d0e63 ">452</td>
|
||
|
<td valign="top" headers="d0e65 ">Requested action was not taken; insufficient storage exists in system</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" headers="d0e63 ">500</td>
|
||
|
<td valign="top" headers="d0e65 ">Syntax error; command was unrecognized</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" headers="d0e63 ">501</td>
|
||
|
<td valign="top" headers="d0e65 ">Syntax error in the parameters or arguments</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" headers="d0e63 ">502</td>
|
||
|
<td valign="top" headers="d0e65 ">Command was not implemented</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" headers="d0e63 ">503</td>
|
||
|
<td valign="top" headers="d0e65 ">Bad sequence of commands</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" headers="d0e63 ">504</td>
|
||
|
<td valign="top" headers="d0e65 ">Command was not implemented for that parameter</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" headers="d0e63 ">530</td>
|
||
|
<td valign="top" headers="d0e65 ">Logon attempt was rejected</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" headers="d0e63 ">532</td>
|
||
|
<td valign="top" headers="d0e65 ">Need an account for storing files</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" headers="d0e63 ">550</td>
|
||
|
<td valign="top" headers="d0e65 ">Requested action was not taken; the file was not found (or no access)</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" headers="d0e63 ">551</td>
|
||
|
<td valign="top" headers="d0e65 ">Requested action ended abnormally; the page type is unknown</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" headers="d0e63 ">552</td>
|
||
|
<td valign="top" headers="d0e65 ">Requested file action ended abnormally; storage allocation was exceeded</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" headers="d0e63 ">553</td>
|
||
|
<td valign="top" headers="d0e65 ">Requested action was not taken; the file name is not allowed</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaiqreference.htm" title="You can find information about server and client subcommands, File Transfer Protocol (FTP) exit programs, data transfer methods, and more.">File Transfer Protocol reference information</a></div>
|
||
|
</div>
|
||
|
<div class="relref"><strong>Related reference</strong><br />
|
||
|
<div><a href="rzaiqserversu.htm" title="These subcommands represent communication between the client and server. This topic includes descriptions for iSeries CL-equivalent subcommands that are unique to iSeries FTP server.">File Transfer Protocol server subcommands</a></div>
|
||
|
<div><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>
|
||
|
</body>
|
||
|
</html>
|