100 lines
6.1 KiB
HTML
100 lines
6.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="Naming files for transfer" />
|
||
|
<meta name="abstract" content="Use the localfile and remotefile parameters to transfer data." />
|
||
|
<meta name="description" content="Use the localfile and remotefile parameters to transfer data." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaiqcsubcs.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaiqappend.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaiqdelete.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaiqget.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaiqmdelete.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaiqmget.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaiqmput.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaiqput.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaiqlcd.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaiqcd.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaiqcsaq.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaiqctsdfl.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="rzaiqcslarf" />
|
||
|
<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>Naming files for transfer</title>
|
||
|
</head>
|
||
|
<body id="rzaiqcslarf"><a name="rzaiqcslarf"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Naming files for transfer</h1>
|
||
|
<div><p>Use the localfile and remotefile parameters to transfer data.</p>
|
||
|
<div class="section"><p>The FTP client subcommands that you use for transferring data
|
||
|
can have a <span class="uicontrol">localfile</span>, a <span class="uicontrol">remotefile</span> parameter,
|
||
|
or both. You can use these parameters to name the data you want to transfer.
|
||
|
The transfer subcommands are:</p>
|
||
|
<ul class="simple"><li>APPEND localfile [remotefile]</li>
|
||
|
<li>DELETE remotefile</li>
|
||
|
<li>GET remotefile [localfile]</li>
|
||
|
<li>MDELETE remotefiles</li>
|
||
|
<li>MGET remotefiles</li>
|
||
|
<li>MPUT localfiles</li>
|
||
|
<li>PUT localfile [remotefile]</li>
|
||
|
</ul>
|
||
|
<p>The names for the localfile and remotefile parameters can be either
|
||
|
partially qualified or fully qualified. A partially-qualified name includes
|
||
|
the name of the data itself as well as one or more names in the hierarchical
|
||
|
sequence above the data. A fully-qualified name includes all names in the
|
||
|
hierarchical sequence above the data.</p>
|
||
|
<p>When the name is partially qualified,
|
||
|
the current working directory identifies the file to be processed. You can
|
||
|
set the working directory on the local client system with the LCD subcommand.
|
||
|
You can set the working directory on the remote server system with the CD
|
||
|
subcommand.</p>
|
||
|
<p>The format of the localfile name parameters must conform
|
||
|
to iSeries™ file
|
||
|
naming rules. The remotefile names must adhere to the file naming rules of
|
||
|
the remote system.</p>
|
||
|
<p><strong>More details on syntax:</strong></p>
|
||
|
<ul><li>Enclosing subcommand parameters: You can use either a single quotation
|
||
|
mark (') or quotation marks (") to enclose parameters.</li>
|
||
|
<li>Default file names for client transfer subcommands: Link to this information
|
||
|
about default file names for client transfer subcommands.</li>
|
||
|
<li>FTP client syntax conventions: FTP client subcommands make use of these
|
||
|
syntax conventions.</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <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>
|
||
|
<div class="reltasks"><strong>Related tasks</strong><br />
|
||
|
<div><a href="rzaiqcsaq.htm" title="You can use either a single quotation mark (') or quotation marks (") to enclose parameters from this topic.">Enclose subcommand parameters</a></div>
|
||
|
</div>
|
||
|
<div class="relref"><strong>Related reference</strong><br />
|
||
|
<div><a href="rzaiqappend.htm">APPEND (Append a Local File Member to a Remote File)</a></div>
|
||
|
<div><a href="rzaiqdelete.htm">DELETE (Delete a File on a Remote System)</a></div>
|
||
|
<div><a href="rzaiqget.htm">GET (Copy a File from a Remote System to the Local System)</a></div>
|
||
|
<div><a href="rzaiqmdelete.htm">MDELETE (Delete Multiple Files on a Remote System)</a></div>
|
||
|
<div><a href="rzaiqmget.htm">MGET (Copy Multiple Files from a Remote System to the Local System)</a></div>
|
||
|
<div><a href="rzaiqmput.htm">MPUT (Send Multiple File Members from the Local System to a Remote System)</a></div>
|
||
|
<div><a href="rzaiqput.htm">PUT (Copy a File Member from the Local System to a File on a Remote System)</a></div>
|
||
|
<div><a href="rzaiqlcd.htm">LCD (Change Working Library or Directory on Local System)</a></div>
|
||
|
<div><a href="rzaiqcd.htm">CD (Change Working Directory or Library)</a></div>
|
||
|
<div><a href="rzaiqctsdfl.htm" title="You can use default source and target file names for some subcommands; however, you must specify a file name for other subcommands.">File names for client-transfer subcommands</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|