美文网首页
Linux网络相关文件

Linux网络相关文件

作者: li_li_li_1202 | 来源:发表于2018-10-25 20:24 被阅读0次

    一、ftp命令

    1、建立连接
    ftp [hostname]
    2、建立连接
    open host [port]
    3、获取帮助
    help [command]
    4、使用二进制传输模式
    binary
    5、使用文本传输模式
    asic
    6、将远程文件下载到本地
    get remote-file local-file
    7、将本地文件上传到远程服务器
    put local-file remote-file
    8、将远程多个文件下载到本地
    mget remote-files
    9、将本地多个文件上传到远程服务器
    mput local-files
    10、删除远程文件
    delete remote-files
    11、结束ftp连接
    bye

    二、uname命令

    格式:uname -option:打印当前系统相关的信息(内核版本号、硬件架构、主机名称和操作系统类型等)

    相关文章

      网友评论

          本文标题:Linux网络相关文件

          本文链接:https://www.haomeiwen.com/subject/agylvftx.html