뒤에 있는 사람이 계속 ftp로 로그인을 해서 실수를 하더군요.
passive를 안쳐넣는 바람에 먹통이 되는 상황이.
그래서.
"ftp 자동 로그인해서 명령수행하기"를 하는 .netrc(600)을 만들었습니다.
저야.. 요즘에 잘 쓰지는 않지만. perl을 사용하지만 뭐 나름대로 쓸모가
있는 거 같아서 올립니다.
그럼 이만.
yuletide from the net
p.s. - init은 자동으로 수행이 되는 매크로입니다.
---
#
# netrc.sample
#
# made by yctae at hotmail.com # Wed Aug 22 15:09:57 KST 2001
#
# TODO:
# cp netrc.sample ~/.netrc
# chmod 600 ~/.netrc
#
# NOTE:
# there is no global macro
#
# REFER:
# http://www.unet.univie.ac.at/aix/aixuser/usrcomm/tcp_custom.htm # AIX Version 4.3 System User's Guide: Communications
and Networks #
machine demo.hahahoho.co.kr login yctae password xxxx
macdef init
passive
ascii
prompt on
hash on
machine mailer.hahahoho.co.kr login yctae
macdef init
passive
ascii
prompt on
hash on
$go
macdef go
cd /usr/local/src/mmts
ls *.tar.gz
pwd
quit--서명이라. 아직은.