FILEDROP Profiles

<< Click to Display Table of Contents >>

Navigation:  Sensor Settings > Capture Results Delivery > Manual Setup (Config File) >

FILEDROP Profiles

A sample setup of a FILEDROP delivery profile is provided below:

<Profile name="local-dir" enabled="true" default="true">
   <Option name="protocol" value="filedrop" />
   <Option name="file-drop-path" value=" C:\FileDropPath\" />
   <Option name="enable-tmp" value="false" />
   <Option name="save-passport" value="false" />
   <Option name="save-eml" value="true" />
   <Option name="save-zip" value="false" />
   <Option name="zip-level" value="6" />
   <Option name="quota" value="10Gb" />
   <Option name="save-headers" value="none" />
   <Option name="profile-fail-timeout" value="10" />
   <Option name="go-profile-weight" value="1" />
   <Option name="go-profile-reserve" value="false" />
</Profile>

Description of FILEDROP profile options:

protocol

Defines the data transfer protocol. In this case, it is filedrop

file-drop-path

Defines the path to a local directory in which to save the result. Example: C:\FileDropPath\

enable-tmp

Enables/disables moving files in 2 steps. Values: true or false

save-passport

Defines saving of data in the Microolap EtherSensor internal format. Values: true or false

save-eml

Defines saving of data in the EML envelope format. Values: true or false

Please note:
1. The save-eml option suppresses the save-passport option: if both save-eml and save-passport are set to true, data will only be saved in EML format.
2. If both save-eml and save-passport are set to false, the delivery profile will work, but the data won't be saved.

save-zip

Enables saving of data as a ZIP archive. Value: true or false

zip-level

Defines the ZIP archive compression ratio. Possible values for this setting are from 0 to 9, where 0 means no compression, 1 means minimum compression, but high speed, and 9 means maximum compression

quota

Defines a limit for the total saved message size in the specified directory. Example: 10GB, 500 MB, 100 KB or 10000

save-headers

Enables/disables saving of standard message headers, as well as X-Sensor headers, in a separate message attachment named microolap_msis_headers.txt.

Possible values:

all

Saves all message headers

xsensor

Saves headers with the X-Sensor prefix

other

Saves standard headers (From, To, Cc, Bcc) and also any others to which xsensor settings don't apply

none

Disables saving of headers in a separate attachment.

profile-fail-timeout

Defines the timeout for message delivery in the event of receiver rejection. Provide a value in seconds.

go-profile-weight

Determines a ratio for distribution of messages among receivers. Possible values are from 1 to 10. The setting is valid only when used in a group profile.

go-profile-reserve

Enables/disables the use of the reserve profile. If this setting is enabled and the main (non-reserve) delivery profiles fail, this profile will be used for data delivery. The setting is valid only when used in a group profile.