幾種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
- Windows&Linux檔案傳輸方式總結WindowsLinux
- 上傳執行sql檔案到linuxSQLLinux
- winscp傳檔案到windows,winscp傳檔案到windows有三步Windows
- JavaScript~檔案下載的幾種方式JavaScript
- php讀取檔案的幾種方式PHP
- windows如何傳檔案到linux虛擬機器WindowsLinux虛擬機
- 提升檔案上傳效能的 4 種方式,你會嗎?
- Linux上傳檔案Linux
- 使用scp將linux伺服器中的檔案傳到windows本地主機上Linux伺服器Windows
- vue前端上傳檔案到阿里雲oss的兩種方式,put檔案流上傳,multipartUpload直接上傳Vue前端阿里
- vue3使用ElementPlus upload上傳檔案的兩種方式Vue
- 將檔案從Linux傳輸到Windows(後期利用)LinuxWindows
- PG獲取檔案大小的幾種方式
- 阿里雲oss 上傳檔案的兩種方式(本地路徑上傳遠端連結上傳)阿里
- Linux——拖拽上傳檔案Linux
- Xshell在Windows和Linux間檔案的上傳和下載WindowsLinux
- Spring Boot讀取配置檔案的幾種方式Spring Boot
- Linux伺服器上傳檔案傳送檔案Linux伺服器
- Linux檢視檔案大小的幾種方法Linux
- 幾種靠譜的企業大檔案安全傳輸方式,最後一種絕了
- linux大檔案上傳(nc)Linux
- windows共享到linux系統檔案WindowsLinux
- LINUX 使用批量刪除檔案的幾種方法Linux
- Windows從命令列建立文字檔案的兩種方式Windows命令列
- git 忽略檔案的幾種方式以及應用場景Git
- Python 傳送郵件的幾種方式Python
- 即時通訊傳送檔案的方法有幾種?
- Python 搭配 Automator 上傳檔案到 GithubPythonGithub
- PHP上傳檔案到七牛(Qiniu)PHP
- java檔案上傳到伺服器Java伺服器
- day58:Linux:BashShell&linux檔案管理&linux檔案下載上傳Linux
- spring-boot-route(二)讀取配置檔案的幾種方式Springboot
- Windows 機器通過 FTP 上傳檔案WindowsFTP
- Spring Boot + Vue 前後端分離,兩種檔案上傳方式總結Spring BootVue後端
- windows主機和ubuntu互傳檔案的4種方法WindowsUbuntu