|
@@ -21,7 +21,11 @@
|
|
|
<emphasis>,allowoverwrite</emphasis> <emphasis role="bold">]</emphasis>
|
|
|
<emphasis role="bold"> [</emphasis> <emphasis>,replicate</emphasis>
|
|
|
<emphasis role="bold">] [</emphasis> <emphasis>,asSuperfile</emphasis>
|
|
|
- <emphasis role="bold">] );</emphasis><emphasis></emphasis></para>
|
|
|
+ <emphasis role="bold">] [</emphasis> <emphasis>,compress</emphasis>
|
|
|
+ <emphasis role="bold">] [</emphasis> <emphasis>,forcePush</emphasis>
|
|
|
+ <emphasis role="bold">] [</emphasis>
|
|
|
+ <emphasis>,transferBufferSize</emphasis> <emphasis
|
|
|
+ role="bold">]);</emphasis><emphasis></emphasis></para>
|
|
|
|
|
|
<para><emphasis>dfuwuid</emphasis> <emphasis role="bold"> :=
|
|
|
STD.File.fCopy<indexterm>
|
|
@@ -41,7 +45,11 @@
|
|
|
<emphasis>,allowoverwrite</emphasis> <emphasis role="bold">]</emphasis>
|
|
|
<emphasis role="bold"> [</emphasis> <emphasis>,replicate</emphasis>
|
|
|
<emphasis role="bold">] [</emphasis> <emphasis>,asSuperfile</emphasis>
|
|
|
- <emphasis role="bold">] );</emphasis></para>
|
|
|
+ <emphasis role="bold">] [</emphasis> <emphasis>,compress</emphasis>
|
|
|
+ <emphasis role="bold">] [</emphasis> <emphasis>,forcePush</emphasis>
|
|
|
+ <emphasis role="bold">] [</emphasis>
|
|
|
+ <emphasis>,transferBufferSize</emphasis> <emphasis
|
|
|
+ role="bold">]);</emphasis></para>
|
|
|
|
|
|
<informaltable colsep="1" frame="all" rowsep="1">
|
|
|
<tgroup cols="2">
|
|
@@ -135,9 +143,32 @@
|
|
|
</row>
|
|
|
|
|
|
<row>
|
|
|
+ <entry><emphasis>compress</emphasis></entry>
|
|
|
+
|
|
|
+ <entry>Optional. A boolean TRUE or FALSE flag indicating whether to
|
|
|
+ LZW compress the new file. If omitted, the default is FALSE.</entry>
|
|
|
+ </row>
|
|
|
+
|
|
|
+ <row>
|
|
|
+ <entry><emphasis>forcePush </emphasis></entry>
|
|
|
+
|
|
|
+ <entry>Optional. A boolean TRUE or FALSE flag indicating whether to
|
|
|
+ execute the copy process on the source nodes and push to the targets
|
|
|
+ instead of executing on the targets and pulling from the source. If
|
|
|
+ omitted, the default is FALSE.</entry>
|
|
|
+ </row>
|
|
|
+
|
|
|
+ <row>
|
|
|
+ <entry><emphasis>transferBufferSize </emphasis></entry>
|
|
|
+
|
|
|
+ <entry>Optional. An integer value to override the DFU Server's
|
|
|
+ buffer size value (default is 64k)</entry>
|
|
|
+ </row>
|
|
|
+
|
|
|
+ <row>
|
|
|
<entry><emphasis>dfuwuid</emphasis></entry>
|
|
|
|
|
|
- <entry>The attribute name to recieve the null-terminated string
|
|
|
+ <entry>The attribute name to receive the null-terminated string
|
|
|
containing the DFU workunit ID (DFUWUID) generated for the
|
|
|
job.</entry>
|
|
|
</row>
|
|
@@ -145,7 +176,7 @@
|
|
|
<row>
|
|
|
<entry>Return:<emphasis> </emphasis></entry>
|
|
|
|
|
|
- <entry>fCopy returns a null-terminated string containing the DFU
|
|
|
+ <entry>Copy returns a null-terminated string containing the DFU
|
|
|
workunit ID (DFUWUID).</entry>
|
|
|
</row>
|
|
|
</tbody>
|