Insee : Help
This commit is contained in:
parent
4fbc3693cd
commit
4e1dc19d14
@ -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/";
|
||||
|
Loading…
Reference in New Issue
Block a user