linux和windows互傳檔案

2022-10-09 12:24:06 字數 539 閱讀 1116

一、sz與rz

1、安裝lrzsz包

sudo  yum install lrzsz

2、rz上傳

從本地上傳檔案到linux,在linux終端輸入命令回車後,選擇本地要上傳的檔案即可,可一次指定多個檔案

命令格式:    rz

linux scp 命令用於 linux 之間複製檔案和目錄。

二、scp與rcp

scp 是加密的,rcp 是不加密的,scp 是 rcp 的加強版。

1、scp

scp local_file remote_username@remote_ip

:remote_folder

或者scp local_file remote_username@remote_ip

:remote_file

或者scp local_file remote_ip

:remote_folder

或者scp local_file remote_ip

:remote_file

Linux和windows檔案互傳

通過簡易ssh協議利用scp命令檔案互傳,要知道ssh不為windows所支援,我們可以借助輔助工具實現。第一步 第二步 第三步 windows linux 傳檔案 windows下cmd中執行 deepmodel.zip為需要傳輸的檔案 pythonfile 目標資料夾 base c users ...

Linux與Windows檔案互傳

1 windows傳輸到linux 進入windows的cmd,輸入以下命令 pscp e code test.txt yzj 192.168.100.177 home yzj 回車後,會提示輸入密碼,輸入我們的賬號密碼後,檔案就會將windows下的e code test.txt檔案傳輸到linu...

windows和ubuntn互傳檔案

windows和linux ubuntu 互傳檔案簡便快捷的方法 現在很多開發和測試的工作環境都是linux,但測試後期報告的處理一般都是在windows下完成的,所以需要把結果拿到windows下。如果是同一臺pc還好些 windows下安裝linux的虛擬機器,或者linux下安裝windows...