幾種windows到linux上傳檔案的方式
導讀 | 上傳檔案都是大家在工作經常用到的,但是從windows到 有人會用的比較少,接下來我為大家介紹幾種方式。 |
lrzsz方式上傳檔案
首先安裝lrzsz包
[root@localhost ~]# yum install -y lrzsz
ftp方式上傳檔案
[root@localhost ~]# yum install -y vsftpd
vsftpd 可以多種使用者,在此用普通使用者方式
[root@localhost ~]# useradd aaa
D:\>ftp 172.16.1.101 連線到 172.16.1.101。 220 (vsFTPd 3.0.2) 200 Always in UTF8 mode. 使用者(172.16.1.101:(none)): aaa 331 Please specify the password. 密碼: 230 Login successful. ftp> ls 200 PORT command successful. Consider using PASV. 150 Here comes the directory listing. 226 Directory send OK. ftp> put 111.txt 200 PORT command successful. Consider using PASV. 150 Ok to send data. 226 Transfer complete. ftp> ls 200 PORT command successful. Consider using PASV. 150 Here comes the directory listing. 111.txt 226 Directory send OK. ftp: 收到 12 位元組,用時 0.00秒 12000.00千位元組/秒。 ftp>
xftp方式上傳
sftp 172.16.1.101 sftp:/root> put 111.txt Uploading 111.txt to remote:/root/111.txt
總結
以上幾種方式比較常用,結合自己的工作選擇自己合適的用吧。
本文原創地址:
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/69955379/viewspace-2715747/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 檔案上傳的幾種方式
- 幾種從Windows上傳檔案到Linux系統的方法WindowsLinux
- 【詳細】關於Android上傳檔案的幾種方式Android
- .NetCore上傳多檔案的幾種示例NetCore
- 《如何將windows上的軟體包或檔案上傳到linux服務上》WindowsLinux
- Windows&Linux檔案傳輸方式總結WindowsLinux
- 提升檔案上傳效能的 4 種方式,你會嗎?
- JavaScript~檔案下載的幾種方式JavaScript
- php讀取檔案的幾種方式PHP
- Java檔案下載的幾種方式Java
- 檔案上傳的幾個 - 示例
- 上傳執行sql檔案到linuxSQLLinux
- Java檔案下載 幾種方式Java
- winscp傳檔案到windows,winscp傳檔案到windows有三步Windows
- PG獲取檔案大小的幾種方式
- Windows與Linux檔案系統互訪的幾種方法WindowsLinux
- 阿里雲oss 上傳檔案的兩種方式(本地路徑上傳遠端連結上傳)阿里
- windows如何傳檔案到linux虛擬機器WindowsLinux虛擬機
- 使用scp將linux伺服器中的檔案傳到windows本地主機上Linux伺服器Windows
- Linux上傳檔案Linux
- vue前端上傳檔案到阿里雲oss的兩種方式,put檔案流上傳,multipartUpload直接上傳Vue前端阿里
- 網頁引入使用js檔案的幾種方式網頁JS
- 用putty上傳window檔案到linux或unixLinux
- Windows -> Linux 檔案傳輸WindowsLinux
- 幾種靠譜的企業大檔案安全傳輸方式,最後一種絕了
- 利用PUT方式上傳檔案的方法研究
- vue3使用ElementPlus upload上傳檔案的兩種方式Vue
- 將檔案從Linux傳輸到Windows(後期利用)LinuxWindows
- Linux——拖拽上傳檔案Linux
- Spring Boot讀取配置檔案的幾種方式Spring Boot
- 【JavaEE】讀取配置檔案路徑的幾種方式Java
- Linux伺服器上傳檔案傳送檔案Linux伺服器
- securecrt上傳檔案到linux(rz與ftp工具的比對)SecurecrtLinuxFTP
- linux之上傳檔案至windowsLinuxWindows
- Windows從命令列建立文字檔案的兩種方式Windows命令列
- springMVC兩種方式實現多檔案上傳及效率比較SpringMVC
- Xshell在Windows和Linux間檔案的上傳和下載WindowsLinux
- Linux檢視檔案大小的幾種方法Linux