Configuration VWBANK

This commit is contained in:
Michael RICOIS 2015-06-30 09:33:30 +00:00
parent 7d3f435f2a
commit 3d20d60687

View File

@ -87,5 +87,29 @@ return array(
'out' => array(),
),
),
)
),
'vwbank' => array(
'prestations' => array(
array(
'name' => 'SURBODPRDCFTVWBANK19300',
'type' => 'FTP',
'in' => array(
'FilterName' => true,
'Route' => array( 'cp' => '/home/data/clients-ftp/vwbank/send' ),
'CopyDeleteAfter' => true,
),
'out' => array(),
),
array(
'name' => 'SURBODPRDCFTVWBENG',
'type' => 'FTP',
'in' => array(
'FilterName' => true,
'Route' => array( 'cp' => '/home/data/clients-ftp/vwbeng/send' ),
'CopyDeleteAfter' => true,
),
'out' => array(),
),
),
),
);