Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

...

...


Panel
Table of Contents

Anchor
1153835
1153835
Syntax

copydir source-logical-name=file-specification [destination-local-name=file-specification]


Anchor
1153838
1153838
Description

...

Anchor
1153849
1153849
Parameters

...

...

stylebackground-color: #F0F0F0; border-bottom-color: #E8E8E8; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: #E8E8E8; border-left-style: solid; border-left-width: 1px; border-right-color: #E8E8E8; border-right-style: solid; border-right-width: 1px; border-top-color: #E8E8E8; border-top-style: solid; border-top-width: 1px; padding-bottom: 3pt; padding-left: 4pt; padding-right: 4pt; padding-top: 4pt; vertical-align: middle; width: 144pt;

...

Parameter

...

stylebackground-color: #F0F0F0; border-bottom-color: #E8E8E8; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: #E8E8E8; border-left-style: solid; border-left-width: 1px; border-right-color: #E8E8E8; border-right-style: solid; border-right-width: 1px; border-top-color: #E8E8E8; border-top-style: solid; border-top-width: 1px; padding-bottom: 3pt; padding-left: 4pt; padding-right: 4pt; padding-top: 4pt; vertical-align: middle; width: 360pt;

...

Description

...

...

styleborder-bottom-color: #E8E8E8; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: #E8E8E8; border-left-style: solid; border-left-width: 1px; border-right-color: #E8E8E8; border-right-style: solid; border-right-width: 1px; border-top-color: #E8E8E8; border-top-style: solid; border-top-width: 1px; padding-bottom: 3pt; padding-left: 4pt; padding-right: 4pt; padding-top: 4pt; vertical-align: top;

source-logical-name

...

...

Server acting as the source of the transfer operation.

...

...

file-specification

...

...

File or files to be copied. It also can specify a directory whose contents should be copied. The file specification can be a single filename, directory name, or a complete path to a file or directory.

...

The filename (or filename portion of the path) can contain wildcard characters:

  • Wildcard * represents stands for zero or more characters.
  • Wildcard ? indicates a single character.

...

styleborder-bottom-color: #E8E8E8; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: #E8E8E8; border-left-style: solid; border-left-width: 1px; border-right-color: #E8E8E8; border-right-style: solid; border-right-width: 1px; border-top-color: #E8E8E8; border-top-style: solid; border-top-width: 1px; padding-bottom: 3pt; padding-left: 4pt; padding-right: 4pt; padding-top: 4pt; vertical-align: top;

...

destination-logical-name

...

...

Logical name of the destination server in the transfer.

...

styleborder-bottom-color: #E8E8E8; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: #E8E8E8; border-left-style: solid; border-left-width: 1px; border-right-color: #E8E8E8; border-right-style: solid; border-right-width: 1px; border-top-color: #E8E8E8; border-top-style: solid; border-top-width: 1px; padding-bottom: 3pt; padding-left: 4pt; padding-right: 4pt; padding-top: 4pt; vertical-align: top;

...

file-specification

...

...

Complete path or filename for the destination file.

Anchor
1153876
1153876
Examples


Anchor
1153877
1153877
To copy all files in a directory, recursing through all subdirectories:

html-bobswift
Panel
<pre>
copydir local=/mydir/*
</pre>


Anchor
1153880
1153880
To copy all files in a directory (same as above) by specifying the directory name only in the source (no wildcards or filename portion is needed):

html-bobswift
Panel
<pre>
copydir local=/mydir
</pre>


Anchor
1153883
1153883
To copy the files in mydir and all of its subdirectories into another existing directory on the destination side:

html-bobswift
Panel
<pre>
copydir local=/mydir dest=/yourdir
</pre>


Anchor
1153886
1153886
To copy an entire directory structure underneath a subdirectories and any files ending in .txt:

<pre>
copydir local=/mydir/*.txt
</pre>
Panel
Html bobswift

Anchor
1124154
1124154