lunedì 30 luglio 2007

Ftp - Automatizzare mget con un basch script

Ecco cosa scrivere in uno script per eseguire comandi ftp tramite un
bash script

{ echo "open indirizzo.ip.server.ftp
user ftpuser ftppassword
hash
type ascii
mget file
close"
} | ftp -i -n -v 2>&1

Nessun commento: