stdin: is not a tty

Emmanuel GUILLEMONT <[email protected]> Mon, 08 Dec 2014 19:03:12 +0100
Newsgroups gmane.network.lftp.user
Message-ID <[email protected]>
Hi,
I wrote a very short script aimed to backup my remote sites on a local 
machine. The script launches but fails : "stdin: is not a tty"

Could someone give me a hand and tell me what's going wrong in what I 
wrote ? (see below)

Big thanks in advance,
Emmanuel


if [ $TEST_JOUR = 3 ]
then
echo "demarrage CELEONET"
#syntaxe lftp protocole source local"
lftp ftp://login:password@server  -e "mirror  -x tmp -x local --log 
/Users/macmini/scripts/log_lftp.txt /www/spip/sites 
/Users/macmini/Sites/sauvegardes_ITCCA/ ; quit"
fi
_______________________________________________
lftp mailing list
[email protected]
http://univ.uniyar.ac.ru/mailman/listinfo/lftp