49 lines
1.2 KiB
PHP
49 lines
1.2 KiB
PHP
<?php
|
|
return array(
|
|
'sfrbtr' => array(
|
|
'prestations' => array(
|
|
array(
|
|
'name' => 'FICH_RCE',
|
|
'type' => 'SFTP',
|
|
'options' => array(),
|
|
),
|
|
),
|
|
),
|
|
'gefacto' => array(
|
|
'prestations' => array(
|
|
array(
|
|
'name' => 'GEFACTO',
|
|
'type' => 'SFTP',
|
|
'options' => array(
|
|
'RunWithEndFile' => true,
|
|
'CopyAddDate' => true,
|
|
'CopyDeleteAfter' => true,
|
|
),
|
|
),
|
|
),
|
|
),
|
|
'fransbonhomme' => array(
|
|
'prestations' => array(
|
|
array(
|
|
'name' => 'RAPPORT',
|
|
'type' => 'FTP',
|
|
'options' => array(
|
|
'CopyDeleteAfter' => true,
|
|
),
|
|
),
|
|
),
|
|
),
|
|
'bilansext' => array(
|
|
'prestations' => array(
|
|
array(
|
|
'name' => 'EXTRANET',
|
|
'type' => 'FTP',
|
|
'options' => array(
|
|
'CopyDeleteAfter' => true,
|
|
'NoLog' => true,
|
|
),
|
|
),
|
|
),
|
|
),
|
|
);
|