幾種從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/31524109/viewspace-2771407/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 幾種windows到linux上傳檔案的方式WindowsLinux
- 檔案上傳的幾種方式
- windows共享到linux系統檔案WindowsLinux
- 將檔案從Linux傳輸到Windows(後期利用)LinuxWindows
- Linux檢視檔案大小的幾種方法Linux
- 從rm到linux虛擬檔案系統Linux
- 使用SecureCRT的SFTP將檔案上傳到Liunx系統上SecurecrtFTP
- LINUX 使用批量刪除檔案的幾種方法Linux
- 上傳執行sql檔案到linuxSQLLinux
- Linux 根檔案系統的移植(從入門到精通)Linux
- Linux系統下建立檔案最常見的8種方法!Linux
- winscp傳檔案到windows,winscp傳檔案到windows有三步Windows
- 【詳細】關於Android上傳檔案的幾種方式Android
- windows如何傳檔案到linux虛擬機器WindowsLinux虛擬機
- 即時通訊傳送檔案的方法有幾種?
- windows主機和ubuntu互傳檔案的4種方法WindowsUbuntu
- Linux上傳檔案Linux
- 使用scp將linux伺服器中的檔案傳到windows本地主機上Linux伺服器Windows
- Linux——拖拽上傳檔案Linux
- Xshell在Windows和Linux間檔案的上傳和下載WindowsLinux
- python儲存檔案的幾種方法Python
- 計算檔案Checksum的幾種方法
- AspNetCore分散式檔案上傳系統NetCore分散式
- Linux系統中建立檔案常用的方法!Linux
- Linux系統日誌分為哪幾種?日誌檔案包括幾列內容?Linux
- win10系統怎麼將檔案從USB驅動器傳輸到PC上Win10
- Linux伺服器上傳檔案傳送檔案Linux伺服器
- Linux系統檢視ntp是否同步的方法有幾種?Linux
- 滲透技巧——透過cmd上傳檔案的N種方法
- 5種快速查詢容器檔案系統中檔案的方法
- 大檔案傳輸的9種方法
- python讀取大檔案的幾種方法Python
- linux大檔案上傳(nc)Linux
- 在Linux系統上建立檔案的8個方法,記得收藏哦!Linux
- windows10系統開啟STP檔案的方法Windows
- Windows10系統開啟torrent檔案的方法Windows
- linux的檔案系統Linux
- 在Linux中,如何檢視檔案內容?列出幾種方法。Linux