[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <event-options>
        <policy>
            <then>
                <upload>
                    <filename>filename</filename> <!-- identifier -->
                    <destination>destination</destination> <!-- identifier -->
                    <user-name>user-name</user-name>
                    <transfer-delay>seconds</transfer-delay>
                    <retry-count>...</retry-count>
                </upload>
            </then>
        </policy>
    </event-options>
</configuration>

Description

Upload file to specified destination.

Contents

<destination>—Location to which to output file.

<filename>—Name of file to upload.

<retry-count>—Upload output-filename retry attempt count.

<transfer-delay>—Delay before uploading file to the destination.

<user-name>—User under whose privileges upload action will execute.


[Contents] [Prev] [Next] [Index] [Report an Error]