幾種從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本地檔案系統上傳檔案到HDFS時的許可權問題Linux
- windows共享到linux系統檔案WindowsLinux
- 將檔案從Linux傳輸到Windows(後期利用)LinuxWindows
- 使用SecureCRT的SFTP將檔案上傳到Liunx系統上SecurecrtFTP
- window檔案自動化上傳到linux作業系統Linux作業系統
- .NetCore上傳多檔案的幾種示例NetCore
- 《如何將windows上的軟體包或檔案上傳到linux服務上》WindowsLinux
- 從rm到linux虛擬檔案系統Linux
- Linux檢視檔案大小的幾種方法Linux
- 檔案上傳的幾個 - 示例
- 上傳執行sql檔案到linuxSQLLinux
- 即時通訊傳送檔案的方法有幾種?
- LINUX 使用批量刪除檔案的幾種方法Linux
- Linux 根檔案系統的移植(從入門到精通)Linux
- 【詳細】關於Android上傳檔案的幾種方式Android
- windows主機和ubuntu互傳檔案的4種方法WindowsUbuntu
- Linux系統下建立檔案最常見的8種方法!Linux
- winscp傳檔案到windows,winscp傳檔案到windows有三步Windows
- windows如何傳檔案到linux虛擬機器WindowsLinux虛擬機
- win10系統怎麼將檔案從USB驅動器傳輸到PC上Win10
- 使用scp將linux伺服器中的檔案傳到windows本地主機上Linux伺服器Windows
- Java實現上傳檔案到Oracle及從Oracle下載檔案JavaOracle
- Linux上傳檔案Linux
- 計算檔案Checksum的幾種方法
- 用putty上傳window檔案到linux或unixLinux
- 從檔案系統遷移到ASM上ASM
- Windows -> Linux 檔案傳輸WindowsLinux
- 滲透技巧——透過cmd上傳檔案的N種方法
- C#實現Web檔案上傳的兩種方法(轉)C#Web
- 移動資料檔案從ASM到檔案系統ASM
- linux+nginx+mysql+php系統修改檔案上傳大小限制LinuxNginxMySqlPHP
- 大檔案傳輸的9種方法
- VMWARE 中 LINUX 於WINDOWS 交換檔案的三種方法薦LinuxWindows
- 5種快速查詢容器檔案系統中檔案的方法
- Linux——拖拽上傳檔案Linux