自动ftp上传-《shell脚本》

admin 2025-11-06 14:22:29 系统网络 来源:ZONE.CI 全球网 0 阅读模式
    1. #! /bin/bash
    2. ftp -n << END_FTP
    3. open 192.168.1.22
    4. user test testing //用户名test 密码:testing
    5. binary
    6. prompt off //关闭提示
    7. mput files //上传files文件
    8. close
    9. bye
    10. END_FTP
    01-shell脚本介绍-《shell脚本》 系统网络

    01-shell脚本介绍-《shell脚本》

    一、shell脚本是什么二、为什么要学shell,而不是其他计算机语言三、学习这门课程的优势四、学了能干什么五、学习什么内容六、学习的技巧七、成长路径八、学习环
    评论:0   参与:  13