77 lines
5.1 KiB
HTML
77 lines
5.1 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="Use the File Transfer Protocol client on iSeries server" />
|
|
<meta name="abstract" content="You can start and stop client sessions, transfer and receive files, as well as set up File Transfer Protocol (FTP) batch jobs." />
|
|
<meta name="description" content="You can start and stop client sessions, transfer and receive files, as well as set up File Transfer Protocol (FTP) batch jobs." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiqrzairqgetstart.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiqrzaiqclientsession.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiqmanagectimeout.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiqtransftp.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiqftpbatch.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="rzaiqrzaiqclient" />
|
|
<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>Use the File Transfer Protocol client on iSeries server</title>
|
|
</head>
|
|
<body id="rzaiqrzaiqclient"><a name="rzaiqrzaiqclient"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Use the File Transfer Protocol client on iSeries server</h1>
|
|
<div><p>You can start and stop client sessions, transfer and receive files,
|
|
as well as set up File Transfer Protocol (FTP) batch jobs.</p>
|
|
<div class="section"><p>The FTP client allows you to transfer files that are found on
|
|
your iSeries™ server,
|
|
including those in the Root, QSYS.Lib, QOpenSys, QOPT, and QFileSvr.400 file
|
|
systems. It also allows you to transfer folders and documents in the document
|
|
library services (QDLS) file system. The FTP client can be run interactively
|
|
in an unattended batch mode where client subcommands are read from a file
|
|
and the responses to these subcommands are written to a file. It also includes
|
|
other features for manipulating files on your system.</p>
|
|
<p>The client has
|
|
a user interface from which you can enter client subcommands for making requests
|
|
to an FTP server. The results of these requests are then displayed.</p>
|
|
<p>To
|
|
transfer files between the client and the server, two connections are established.
|
|
The control connection is used to request services from the server with FTP
|
|
server commands. The server sends replies back to the client to indicate how
|
|
the request was handled. The second connection, called the data connection,
|
|
is used for transferring lists of files and the actual file data.</p>
|
|
<p>Both
|
|
the client and the server have a data transfer function that interfaces to
|
|
the resident file systems. These functions read or write data to the local
|
|
file systems and to and from the data connection.</p>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="rzaiqrzaiqclientsession.htm">Start and stop a client session</a></strong><br />
|
|
You can start and stop a client session from this topic.</li>
|
|
<li class="ulchildlink"><strong><a href="rzaiqmanagectimeout.htm">Server timeout considerations</a></strong><br />
|
|
You can keep your connection from timing out.</li>
|
|
<li class="ulchildlink"><strong><a href="rzaiqtransftp.htm">Transfer files with File Transfer Protocol</a></strong><br />
|
|
You can send and receive files with File Transfer Protocol (FTP).</li>
|
|
<li class="ulchildlink"><strong><a href="rzaiqftpbatch.htm">Run File Transfer Protocol in unattended mode using a batch job</a></strong><br />
|
|
This topic provides examples of how to run File Transfer Protocol (FTP) in an unattended mode.</li>
|
|
</ul>
|
|
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaiqrzairqgetstart.htm" title="You can set up your iSeries server to send, receive, and share files across networks by using the file transfer protocol (FTP). You can also rename, add, and delete files. Before you set up your system to transfer files, you must have TCP/IP configured and started on your system.">File Transfer Protocol</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |