Go to file
2014-12-17 10:28:01 +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 Utilisation de profil pour la configuration 2014-12-17 10:28:01 +00:00
fileConfig.php Add options NoLog to get file without save it in database 2014-10-07 08:30:01 +00:00
fileRecv.php Change user, group pour ftp et sftp 2014-10-02 09:45:58 +00:00
fileSend.php Add options NoLog to get file without save it in database 2014-10-07 08:30:01 +00:00
README Add options NoLog to get file without save it in database 2014-10-07 08:30:01 +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