Ajout Prestation RRG Hexavia
This commit is contained in:
parent
bd96303de4
commit
c47069460b
2
README
2
README
@ -24,4 +24,4 @@ Options list
|
|||||||
- CopyAddDate - Copy file and add a timestamp to the end of the filename
|
- CopyAddDate - Copy file and add a timestamp to the end of the filename
|
||||||
- CopyDeleteAfter - After copying the file delete it in repository
|
- CopyDeleteAfter - After copying the file delete it in repository
|
||||||
- RunWithEndFile - Only execute action when we receive file with extension .fin or .end
|
- RunWithEndFile - Only execute action when we receive file with extension .fin or .end
|
||||||
- NoLOg - Don't log transfert
|
- NoLog - Don't log transfert
|
@ -45,4 +45,15 @@ return array(
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
'rrg' => array(
|
||||||
|
'prestations' => array(
|
||||||
|
array(
|
||||||
|
'name' => 'HEXAVIA',
|
||||||
|
'type' => 'FTP',
|
||||||
|
'options' => array(
|
||||||
|
'NoLog' => true,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user