FTP をシェルスクリプトで自動運転する方法

- Solaris 8 で確認済み

#!/bin/sh

{
cat<<_EOF_
open hostname
user user password
bin
put filename
_EOF_
} | /bin/ftp -n