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

Update Features.md

parent 18ed79d7
No related branches found
No related tags found
No related merge requests found
# Features #
......@@ -26,4 +25,23 @@
</consumer>
</Distribution>
</AOI>
```
## Concurrent Download of Data ##
- supported protocols: SFTP, FTP
- Notification of data received via e-mai
```xml
<AOI name="ReceivingStation" active="yes">
<Download type="sftp" active="yes" priority="NORM">
<consumer name="rsuser@eomount.eurac.edu" active="yes">
<ProductType>NPP.*.Eurac.dat</ProductType>
<DestinationPath>./nppdata</DestinationPath>
<EMail>support.rs@eurac.edu</EMail>
<NotifyEmail>true</NotifyEmail>
</consumer>
</Download>
</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