Skip to content
Snippets Groups Projects
Commit f6e2b3eb authored by Armin Costa's avatar Armin Costa
Browse files

Add new file

parent 376ac6a1
No related branches found
No related tags found
No related merge requests found
# Features #
## Concurrent Distribution of Data **
- supported protocols: SFTP, FTP
- recursive upload of directories
- Notification of data delivery via e-mail
```
<AOI name="aoi" active="yes">
<Distribution type="sftp" active="no" priority="NORM">
<consumer name="dummy" active="no">
<ProductType>SAMPLE.aoi.*.AA.txt</ProductType>
<EMail>support.rs@eurac.edu</EMail>
<NotifyEmail>false</NotifyEmail>
</consumer>
</Distribution>
<Distribution type="ftp" active="no" priority="NORM">
<consumer name="CoA" active="yes">
<ProductType>*.txt</ProductType>
<EMail>support.rs@eurac.edu</EMail>
<NotifyEmail>false</NotifyEmail>
<Recursive>true</Recursive>
</consumer>
</Distribution>
</AOI>
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment