Go to file
Michael RICOIS 57b27d03ed Cleanup
2016-01-20 10:13:32 +00:00
application Définition des chemins et enregistrement dans la bdd 2013-09-16 10:28:50 +00:00
docs Ajout d'options et documentation 2013-08-27 10:27:03 +00:00
library/Zend Upgrade Zend Framework to version 1.12.8 2014-09-16 08:17:36 +00:00
scripts/build incron file en lecture 2015-03-31 06:47:55 +00:00
fileConfig.php Nouvelles options 2015-03-31 06:44:13 +00:00
fileRead.php Date de lecture des fichiers 2015-03-31 07:04:11 +00:00
fileRecv.php Nouvelles options 2015-03-31 06:44:13 +00:00
fileSend.php Nouvelles options 2015-03-31 06:44:13 +00:00
README Ajout Prestation RRG Hexavia 2014-12-18 16:27:24 +00: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
- NoLog - Don't log transfert