ncftpget 활용하기
회사생활2008. 9. 24. 22:30
728x90
일단 ncftp가 설치되어 있어야 한다.
ncftpget -u babootaeng -p wkftodruTek -R remote_ip local_dir remote_dir
-R 옵션으로 remote_dir에 있는 파일 전체를 local_dir로 가져온다.
-R 옵션을 제외하고 특정 파일만 전송 할 수 있다.
ftp.cfg
host remote_id
user babootaeng
pass wkftodruTek
파일로 저장해 놓고 –f 옵션으로 활용할 수 있다.
ncftpget -R -f ftp.cfg local_dir remote_dir
요즘 대세는 ftp를 설치가 안 되어 있는 곳은 scp를 활용한다.
728x90
댓글 영역