Insee : Help

This commit is contained in:
Michael RICOIS 2017-04-05 12:41:00 +02:00
parent 4fbc3693cd
commit 4e1dc19d14

View File

@ -26,6 +26,13 @@ if ($optionsNb == 0 || isset($opts->help)) {
$displayUsage = true;
}
// --- Usage
if ($displayUsage) {
echo "Recuperation des fichiers INSEE FTPs.\n";
echo $opts->getUsageMessage();
exit;
}
$BASEPATH = realpath(APPLICATION_PATH . '/../');
$STORAGEBASE = $c->profil->path->shared.'/sources/insee';
$FTP_URL = "ftp://81.255.68.110:21/download/";