# connect via ftp
ftp -n $FTP_HOST<<END_SCRIPT
quote USER $FTP_USER
quote PASS $FTP_PASS
$ACTION $REMOTE_DIR/$XMT_FILE $LOCAL_DIR/$XMT_FILE
quit
END_SCRIPT
Robert G. Jordan
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.