101 lines
7.0 KiB
HTML
101 lines
7.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="Configure anonymous File Transfer Protocol" />
|
|
<meta name="abstract" content="Anonymous File Transfer Protocol (FTP) enables remote users to use the FTP server without an assigned user ID and password." />
|
|
<meta name="description" content="Anonymous File Transfer Protocol (FTP) enables remote users to use the FTP server without an assigned user ID and password." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiqconfigsvr.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiqreq.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiqextprog.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiqanopro.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiqcplib.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiqinstep.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiqftpscon.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiqseccontrolaccess.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiqlepi.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="rzaiqftpanon" />
|
|
<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>Configure anonymous File Transfer Protocol</title>
|
|
</head>
|
|
<body id="rzaiqftpanon"><a name="rzaiqftpanon"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Configure anonymous File Transfer Protocol</h1>
|
|
<div><p>Anonymous File Transfer Protocol (FTP) enables remote users to
|
|
use the FTP server without an assigned user ID and password.</p>
|
|
<p>Anonymous FTP enables unprotected access (no password required) to selected
|
|
information about a remote system. The remote site determines what information
|
|
is made available for general access. Such information is considered to be
|
|
publicly accessible and can be read by anyone. It is the responsibility of
|
|
the person who owns the information and the system to assure that only appropriate
|
|
information is made available.</p>
|
|
<p>To access this information, a user logs on to the hosts using the user
|
|
ID ANONYMOUS. The user ANONYMOUS has limited access rights to the files on
|
|
the server and has some operating restrictions. Typically, the following operations
|
|
are only operations allowed.</p>
|
|
<ul><li>Logging on using FTP</li>
|
|
<li>Listing the contents of a limited set of directories</li>
|
|
<li>Retrieving files from these directories.</li>
|
|
</ul>
|
|
<p>Typically, anonymous users are not allowed to transfer files to the FTP
|
|
server system. Some systems do provide an incoming directory for anonymous
|
|
uses to send data to. Traditionally, the special anonymous user account accepts
|
|
a string as a password, although it is common to use either the password 'guest'
|
|
or one's e-mail address. Some archive sites explicitly ask for the user's
|
|
e-mail address and do not allow logon with the guest password. Providing an
|
|
e-mail address is a courtesy that allows the archive site operators to get
|
|
some idea of who is using their services.</p>
|
|
<div class="section"><h4 class="sectiontitle">Anonymous FTP on the iSeries™</h4><p>The
|
|
File Transfer Protocol (FTP) server does not use anonymous FTP. To set up
|
|
anonymous FTP on the iSeries server, you need to provide exit programs
|
|
for the FTP server logon exit point and the request validation exit point.</p>
|
|
<p>You
|
|
might want to provide anonymous FTP because it is a convenient, and often
|
|
necessary service. However, using anonymous FTP raises security concerns for
|
|
the iSeries server.</p>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<ol>
|
|
<li class="olchildlink"><a href="rzaiqreq.htm">Prepare for anonymous File Transfer Protocol</a><br />
|
|
You might need to know how to set up your anonymous File Transfer Protocol (FTP) and ensure the security of your FTP.</li>
|
|
<li class="olchildlink"><a href="rzaiqextprog.htm">Write exit programs for anonymous File Transfer Protocol</a><br />
|
|
To use anonymous File Transfer Protocol (FTP), you need to write two exit programs: FTP Server Logon exit program and FTP Server Request Validation exit program.</li>
|
|
<li class="olchildlink"><a href="rzaiqanopro.htm">Create an i5/OS user profile: ANONYMOUS</a><br />
|
|
To prevent anyone from directly signing on to the iSeries server
|
|
with the user profile ANONYMOUS, you need to create a user profile of ANONYMOUS
|
|
and assign it a password of *NONE.</li>
|
|
<li class="olchildlink"><a href="rzaiqcplib.htm">Create a public library or directory</a><br />
|
|
After creating anonymous users, you might want to create a public library or directory for them to use. Typically anonymous users should only be able to access public files.</li>
|
|
<li class="olchildlink"><a href="rzaiqinstep.htm">Install and register exit programs</a><br />
|
|
You can create a library to contain your exit programs and their log files, compile the programs, and register them for use by the File Transfer Protocol (FTP) server.</li>
|
|
</ol>
|
|
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaiqconfigsvr.htm" title="You can set up an iSeries File Transfer Protocol (FTP) server for graphical FTP clients, Web browsers, and Web tools.">Configure the File Transfer Protocol server</a></div>
|
|
</div>
|
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><a href="rzaiqftpscon.htm" title="You can use File Transfer Protocol (FTP) exit points to protect the iSeries from this topic.">Manage access using File Transfer Protocol exit programs</a></div>
|
|
<div><a href="rzaiqseccontrolaccess.htm" title="If you are using File Transfer Protocol (FTP), you need to control users to protect your data and network. This topic offers tips and security considerations.">Control File Transfer Protocol access</a></div>
|
|
</div>
|
|
<div class="relref"><strong>Related reference</strong><br />
|
|
<div><a href="rzaiqlepi.htm" title="You can control the authentication of users to a TCP/IP application server with the TCP/IP Application Server Logon exit point.">Server logon exit point</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |