expect 中scp文件出現No such file or directory的解決辦法

最近作了一個文件遷移,須要按類別分別進行拷貝,又不能拷貝當前月份生成的文檔,因而考慮使用expect來配合scp來處理。 exp.shhtml #!/usr/local/bin/expect -f if {$argc < 2} { send_user "usage: $argv0 src_file username ip dest_file password\n" exit }
相關文章
相關標籤/搜索