SCP上载自动输入密码
用于自动备份上载到支持SCP上载的网站下面代码存为x.shexpect -c "
set timeout 1200;
spawn /usr/bin/scp -r $1 $4@$2:$3
expect {
\"*yes/no*\" {send \"yes\r\"; exp_continue}
\"*password*\" {send \"$5\r\";}
}
expect eof;"命令
./x.sh 文件 ip 远程路径 user passwd
SSH SCP自动上载备份解决
页:
[1]