$ more ftp_backup_to_remote.sh
#!/usr/bin/ksh
ftp -n<<!
open 192.168.89.10
user oracle oracle
binary
cd /backup/exp/operation
lcd /backup/exp
prompt
mput *
close
bye
EOF
本文出自 “麥地塢” 博客,請務必保留此出處http://yunlongzheng.blog.51cto.com/788996/1773957
Linux從初期化文件談Linux的Shell
Linux下使用shell實現上傳Linux下某個目錄下所有文件到ftp
shell腳本之對比不同目錄的下的文件
Linux shell編寫系統服務腳本
Linux Shell腳本編寫
Linux shell編程----利用shell腳本遍歷某個目錄下的所有文件
Linux下使用shell實現上傳linux下某個目錄下所有文件到ftp
Linux下shell腳本編寫:創建文件