un bête script shell pour upload sur un ftp un shot:
sleep 3;
import -window root ~/tmp/$1;
export FILE=$1
lftp zbla:zbla@ftpperso.free.fr -e 'cd lj/window-root/; put ~/tmp/$FILE; exit'
rm ~/tmp/$1
Seulement lftp n'a pas l'ai de prendre en compte les variable shell.
"put ~/tmp/$1", en l'occurrence.
Vous avez une syntaxe?