반응형

There is no default zmodem protocol support on amazon ec2 instance, so we need to install one manually (We use lrzsz as example here. You can get the latest version on lrzsz’s website). Follow these simple steps to install:

  1. wget http://ohse.de/uwe/releases/lrzsz-0.12.20.tar.gz
  2. tar -xzvf lrzsz-0.12.20.tar.gz
  3. cd lrzsz-0.12.20
  4. ./configure –-prefix=/usr/local/lrzsz
  5. make
  6. sudo make install
  7. cd /usr/bin
  8. ln -s /usr/local/lrzsz/bin/lrz rz
  9. ln -s /usr/local/lrzsz/bin/lsz sz

now try running rz on your ec2 install, the file upload window should be shown :)

반응형

'연구개발 > AWS' 카테고리의 다른 글

ec2 metadata  (0) 2017.07.07
[AWS] EC2 Linux(Ubuntu) 계정 추가 & 설정  (0) 2017.06.22
아마존 클라우드 Ubuntu에서 한글 사용  (0) 2016.05.18
aws. instance. clone. 복제  (0) 2016.02.19
리눅스 시간 동기화  (0) 2015.11.06

+ Recent posts