2.27linux和windows互傳文件

前提:二者互傳文件

  • 前提條件:要使用==xshell或者securecrt==才能用這個方法。
  • 前提條件:安裝包==yum install -y lrzsz==

sz命令

sz——>從linux到windows上,會有兩種狀況linux

  1. 一.如果空的文件,會提示失敗,但在桌面上仍然是傳輸成功的shell

    [root@hf-01 ~]# touch xin.txt
    [root@hf-01 ~]# sz xin.txt
    [root@hf-01 ~]# 
                            會提示傳輸失敗,但桌面上市存在的
    [root@hf-01 ~]#
  2. 二.如果有內容的文件,會提示成功,也會在桌面上顯示windows

    [root@hf-01 ~]# ls
    11.txt  234    33.txt  7767  amning111          ha.txt
    123     2.txt  6666    7777  anaconda-ks.cfg.1  hf
    [root@hf-01 ~]# sz ha.txt
    [root@hf-01 ~]# 
                        這裏會提示傳輸成功,桌面上顯示
    [root@hf-01 ~]#
  • 在桌面若已存在1.txt文件,再次傳輸的時候,會生成1(2).txt文件

rz命令

  • rz命令——>r表示remote
  • 將linux上文件傳輸到windows上
[root@hf-01 ~]# rz      敲完rz後,敲回車命令,會跳出上傳的界面

[root@hf-01 ~]# 
[root@hf-01 ~]# ls
11.txt  234    33.txt  7767  9%E6%AD%A3%E5%88%99.pptx  anaconda-ks.cfg.1  hf
123     2.txt  6666    7777  
[root@hf-01 ~]#

總結

  • sz file(表示文件名) 就能夠把linux上的文件傳輸到windows上
  • rz 加回車命令,就能夠把windows上的命令上傳到linux上
    • 文件傳到當前目錄下
相關文章
相關標籤/搜索