101 lines
6.3 KiB
HTML
101 lines
6.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="Transfer files" />
|
|
<meta name="abstract" content="You can transfer your i5/OS PASE program and related files to and from your iSeries server in any of the three methods explained in this topic." />
|
|
<meta name="description" content="You can transfer your i5/OS PASE program and related files to and from your iSeries server in any of the three methods explained in this topic." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzalfcopying.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../rzaiq/rzaiqrzairqgetstart.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2000, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2000, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rzalfcopyingmethods" />
|
|
<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>Transfer files</title>
|
|
</head>
|
|
<body id="rzalfcopyingmethods"><a name="rzalfcopyingmethods"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Transfer files</h1>
|
|
<div><p>You can transfer your <span class="keyword">i5/OS™</span> PASE
|
|
program and related files to and from your iSeries™ server in any of the three methods
|
|
explained in this topic.</p>
|
|
<div class="section"><ul><li><a href="#rzalfcopyingmethods__ftp">Copy programs using File Transfer
|
|
Protocol</a></li>
|
|
<li><a href="#rzalfcopyingmethods__smb">Copy programs using Server Message
|
|
Block</a></li>
|
|
<li><a href="#rzalfcopyingmethods__rmtfs">Copy programs using remote file
|
|
systems</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="section" id="rzalfcopyingmethods__ftp"><a name="rzalfcopyingmethods__ftp"><!-- --></a><h4 class="sectiontitle">Copy programs using File Transfer Protocol</h4><p>You
|
|
can use the <span class="keyword">i5/OS</span> File
|
|
Transfer Protocol (FTP) daemon and client to transfer a file into or out of
|
|
the <span class="keyword">i5/OS</span> integrated file
|
|
system. Transfer your files in binary mode. Use the FTP subcommand <tt>binary</tt> to
|
|
set this mode.</p>
|
|
<p>You must use naming format 1 (the <tt>NAMEFMT 1</tt> subcommand
|
|
of the <span class="keyword">i5/OS</span> FTP command)
|
|
when placing files into the integrated file system. This format allows the
|
|
use of path names, and transfers the files into stream files. To enter into
|
|
naming format 1, you can either:</p>
|
|
<ul><li>Change the directory using path names. <div class="p">This automatically puts the
|
|
session into name format 1. Using this method, the first directory is prefaced
|
|
by a slash (/). For example: <pre> cd /QOpenSys/usr/bin</pre>
|
|
</div>
|
|
</li>
|
|
<li>Use the FTP subcommand <tt>quote site namefmt 1</tt> for a remote client,
|
|
or use <tt>namefmt 1</tt> as a local client.</li>
|
|
</ul>
|
|
</div>
|
|
<div class="section" id="rzalfcopyingmethods__smb"><a name="rzalfcopyingmethods__smb"><!-- --></a><h4 class="sectiontitle">Copy programs using Server Message Block</h4><p><span class="keyword">i5/OS</span> supports
|
|
Server Message Block (SMB) client and server components. With NetServer™ configured
|
|
and running, <span class="keyword">i5/OS</span> PASE
|
|
has access to SMB servers in the network through the /QNTC file system. On
|
|
an AIX<sup>®</sup> ora Linux<sup>®</sup> platform,
|
|
a SAMBA server is required to provide the same service. Installing a configured
|
|
and operational system, such as AIX, can make directories and files available
|
|
to <span class="keyword">i5/OS</span> PASE.</p>
|
|
</div>
|
|
<div class="section" id="rzalfcopyingmethods__rmtfs"><a name="rzalfcopyingmethods__rmtfs"><!-- --></a><h4 class="sectiontitle">Copy programs using remote file systems</h4><p><span class="keyword">i5/OS</span> lets you mount Network File
|
|
System (NFS) file systems to a mount point in the integrated file system file
|
|
space. AIX supports
|
|
NFS, as well as Distributed File System (DFS™) and Andrew File System (AFS<sup>®</sup>) (using DFS-to-NFS
|
|
and AFS-to-NFS translators) so that these file systems can be exported and
|
|
mounted by <span class="keyword">i5/OS</span>. This,
|
|
in turn, lets <span class="keyword">i5/OS</span> PASE
|
|
applications use these file systems. Security authorization is validated through
|
|
the <span class="keyword">i5/OS</span> user profile's
|
|
user ID number and group ID number for the directory path or file being accessed.
|
|
You will want to ensure that a user profile that is intended to be the same
|
|
person across multiple platforms has the same user ID on all of the systems.</p>
|
|
<p><span class="keyword">i5/OS</span> is best used as an NFS server.
|
|
In this case, you need to mount from your AIX system onto a directory in the <span class="keyword">i5/OS</span> integrated file system, and AIX will
|
|
write programs directly onto <span class="keyword">i5/OS</span> when
|
|
they build.</p>
|
|
<div class="note"><span class="notetitle">Note:</span> <span class="keyword">i5/OS</span> NFS
|
|
is currently not supported in multithreaded applications.</div>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzalfcopying.htm" title="Copy AIX binaries that you want to run in i5/OS PASE into the integrated file system.">Copy the i5/OS PASE program to your iSeries server</a></div>
|
|
</div>
|
|
<div class="relinfo"><strong>Related information</strong><br />
|
|
<div><a href="../rzaiq/rzaiqrzairqgetstart.htm">FTP</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |