linux 上传工具 lr,Linux传输工具lrzsz
在試驗或者實際的環境中,通過windows平臺來管理維護linux系統時,想向系統上傳或者下載
一些文件時,就比較頭疼。不想因為上傳或下載一個小的文件,就向服務器中安裝一個FTP或者
SAMBA服務。
這時候,我推薦的這個小工具就拍上用處了。lrszs其實包含兩個工具,rz和sz。
關于rz的簡介:
This program uses error correcting protocols to receive files over a dial-in serial port
from a variety of programs running under PC-DOS, CP/M, Unix, and ?other ?operating ?sys‐
tems. ? It ?is ?invoked from a shell prompt manually, or automatically as a result of an
"sz file ..." command given to the calling program.
Rz (Receive ZMODEM) receives files with the ZMODEM batch protocol. ?Pathnames ?are ?sup‐
plied ?by ?the ?sending ?program, ?and directories are made if necessary (and possible).
Normally, the "rz" command is automatically issued by the calling ?ZMODEM ?program, ?but
some defective ZMODEM implementations may require starting rz the old fashioned way.
關于sz的簡介:
Sz uses the ZMODEM, YMODEM or XMODEM error correcting protocol to send one or more files
over a dial-in serial port to a variety of programs running under ?PC-DOS, ?CP/M, ?Unix,
VMS, and other operating systems.
簡單的說就是:rz(Receive ZMODEM)使用ZMODEN協議接收文件(站在服務器的角度),也就是我們從客戶端向服務器上傳文件。
sz(Send ZMODEM)使用ZMODEN協議發送文件,也就是我們從客戶端向服務器下載文件。
這時候配合我們的SecureCRT等工具,就可以方便快捷的上傳下載文件了!
使用rz上傳文件:
使用sz下載文件:
當某些系統沒有安裝時,可以下載源代碼,編譯安裝一下。
下載地址:https://github.com/jnavila/lrzsz
不過現在很多linux系統默認就安裝了這個工具了。
總結
以上是生活随笔為你收集整理的linux 上传工具 lr,Linux传输工具lrzsz的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: linux编程能否用于windows,使
- 下一篇: linux中安装httpd安装错误,li