2014-10-01 10:59:58 +02:00
|
|
|
Mise à disposition fichier de télétransmission
|
|
|
|
----------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
Configuration pour les fichiers en entrées
|
|
|
|
------------------------------------------
|
|
|
|
|
|
|
|
'client' => array(
|
|
|
|
'prestations' => array(
|
|
|
|
array(
|
|
|
|
'name' => Nom de la prestation pour référence (UPPERCASE)
|
|
|
|
'type' => Type du dépot SFTP|FTP
|
|
|
|
'directory' => Répertoire de dépot (par defaut "send")
|
|
|
|
'filemask' => Masque du fichier à récupérer ! not working
|
|
|
|
'options' => array(
|
|
|
|
--See the list of options--
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
|
|
|
|
Options list
|
|
|
|
------------
|
|
|
|
- CopyAddDate - Copy file and add a timestamp to the end of the filename
|
|
|
|
- CopyDeleteAfter - After copying the file delete it in repository
|
|
|
|
- RunWithEndFile - Only execute action when we receive file with extension .fin or .end
|
2014-10-07 10:30:01 +02:00
|
|
|
- NoLOg - Don't log transfert
|