Linux使用expect脚本自动下载FTP文件
摘要:##直接上代码 #!/bin/bash HOST="host" # 从远处服务器下载文件 PASS="passwd" basePath="/home/dev/" #FTP账号 USRNAME="username"; function down_file { echo "yest1:$yest1, y
阅读全文
posted @ 2021-09-18 11:10
a story about work.
posted @ 2021-09-18 11:10
posted @ 2021-09-18 11:05
posted @ 2021-09-14 11:16