topical media & game development
basic-shell-05-ftpget.sh / sh
# Driving an interactive program, ftp.
# Validate number of arguments.
if [ # -ge 3 ]
then
directory=$3
fi
ftp <<EndOfSession
open directory
get
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.