#!/usr/bin/expect -f spawn ftp alice.uni-passau.de expect -re "Benutzer" send "anonymous\n" expect -re "Kennwort" send "www\n" expect -re "ftp" send "get welcome.msg\n" send "bye\n"