1 2 3 4 5 6 7
ftp -n -i -v $HOST <<END_SCRIPT user $USER $PASSWD lcd /usr/local/svn cd data put file.tar.gz exit END_SCRIPT