使用expect ftp免交互上傳文件

防火牆關掉! 1 安裝expect命令 yum -y install expect 2 vim ftp_upload.sh #!/usr/bin/expect spawn ftp localhost #執行ftp命令 expect 「Name*」 #如果出現Name字符 send 「ftp\n」 #則輸入ftp並回車 expect 「ftp>" send 「cd pub/other\n」 expe
相關文章
相關標籤/搜索