리눅스 zmodem 설치 및 사용

Linux 2015. 10. 20. 17:31
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

리눅스 zmodem 설치 및 사용


# zmodem 설치 확인 및 설치
[root@ipcc ippbx]#
[root@ipcc ippbx]# rpm -qa | grep lrzsz
[root@ipcc ippbx]#
bash: rz: command not found
[root@ipcc ippbx]# yum install lrzsz
Loaded plugins: fastestmirror
Determining fastest mirrors
* addons: centos.tt.co.kr
* base: centos.tt.co.kr
* extras: centos.tt.co.kr
* updates: centos.tt.co.kr
addons | 951 B 00:00
base | 2.1 kB 00:00
extras | 2.1 kB 00:00
updates | 1.9 kB 00:00
Excluding Packages from CentOS-5 - Base
Finished
Excluding Packages from CentOS-5 - Updates
Finished
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package lrzsz.x86_64 0:0.12.20-22.1 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

====================================================================================================================================
Package Arch Version Repository Size
====================================================================================================================================
Installing:
lrzsz x86_64 0.12.20-22.1 base 88 k

Transaction Summary
====================================================================================================================================
Install 1 Package(s)
Upgrade 0 Package(s)

Total download size: 88 k
Is this ok [y/N]: y
Downloading Packages:
lrzsz-0.12.20-22.1.x86_64.rpm | 88 kB 00:00
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : lrzsz 1/1

Installed:
lrzsz.x86_64 0:0.12.20-22.1

Complete!
[root@ipcc ippbx]#
[root@ipcc ippbx]#

# PC에서 서버로 파일 전송하기

[ippbx@ipcc ~]$
[ippbx@ipcc ~]$ rz
rz waiting to receive.
Starting zmodem transfer. Press Ctrl+C to cancel.
Transferring aria050117.c...
100% 17 KB 17 KB/s 00:00:01 0 Errors

ippbx@ipcc ~]

# 서버에서 PC로 파일 전송하기

[ippbx@ipcc ~]$
[ippbx@ipcc ~]$
[ippbx@ipcc ~]$ ll *.txt
-rw-r--r-- 1 ippbx ippbx 86 8
3 20:31 1.txt
[ippbx@ipcc ~]$
[ippbx@ipcc ~]$ sz 1.txt
rz
Starting zmodem transfer. Press Ctrl+C to cancel.
Transferring 1.txt...
100% 86 bytes 86 bytes/s 00:00:01 0 Errors

'Linux' 카테고리의 다른 글

리눅스 중요 디렉토리(폴더) 정보  (0) 2015.10.20
리눅스 디스크(파티션) 용량 확인  (0) 2015.10.20
리눅스 ssh-key 생성  (0) 2015.10.20
리눅스 시간 수동 설정  (0) 2015.10.20
VI 에디터, GREP 사용시 Tip  (0) 2015.10.20