Go to file
2015-03-30 13:54:20 +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 Fallback autoloader 2014-12-19 14:29:23 +00:00
fileConfig.php Prestation jalpdfsed 2015-03-30 13:53:28 +00:00
fileRecv.php Detection prestation avec options 2015-03-30 13:54:20 +00:00
fileSend.php Ajout de la taille du fichier et des options 2015-03-30 13:53:03 +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