Ajout Prestation RRG Hexavia

This commit is contained in:
Michael RICOIS 2014-12-18 16:27:24 +00:00
parent bd96303de4
commit c47069460b
2 changed files with 12 additions and 1 deletions

2
README
View File

@ -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

View File

@ -45,4 +45,15 @@ return array(
), ),
), ),
), ),
'rrg' => array(
'prestations' => array(
array(
'name' => 'HEXAVIA',
'type' => 'FTP',
'options' => array(
'NoLog' => true,
),
),
),
),
); );