Bonjour,

Je n'arrive pas à faire fonctionner ma commande :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
 
LFTP=$(which lftp)
test -f $LFTP || exit 1
 
#Variables
...
 
#Mirror
$LFTP -u ${FTP_USER},${FTP_PASS} -e "mirror --older-than=now-5minutes ${SDIR_REMOTE} ${SDIR_LOCAL} ; quit" -p ${FTP_PORT} ${FTP_HOST}
La commande fonctionne mais pas --older-than