示例脚本如下:
#! /bin/sh expect -c " spawn scp -r /home/jello/jello.txt jello@110.110.110.110:/home/jello/ expect { \"*assword\" {set timeout 20; send \"jello\r\"; exp_continue;} #此处的jello为密码,自行替换 } expect eof"
原文地址:https://www.cnblogs.com/dakewei/p/10623718.html
时间: 2024-10-12 12:04:48