반응형
SMALL
Mac 자체 tftp 서버 이용 방법
외부tftp프로그램 사용하는 방법 이외에, 자체TFTP서버 이용방법입니다
1.아래와 같이 서비스를 기동하고,
sudo launchctl load -F /System/Library/LaunchDaemons/tftp.plist
sudo launchctl start com.apple.tftpd
2.다운로드받은 펌웨어를 이동합니다
cp /Users/jhkim/Downloads/FGT_600C-v5-build0292-FORTINET.out /private/tftpboot
FTP 서버 사용
활성화
sudo -s launchctl load -w /System/Library/LaunchDaemons/ftp.plist
비활성화
sudo -s launchctl unload -w /System/Library/LaunchDaemons/ftp.plist
반응형
LIST
'업무이야기 > OS' 카테고리의 다른 글
[Linux] Centos root passewd for parallels desktop (0) | 2018.05.08 |
---|---|
[MacOS] Mac LaunchPad 사이즈 조절 (0) | 2017.08.08 |
[MacOS] Centos root passes for parallels desktop (0) | 2017.08.08 |
[Linux] 리눅스에서 CIFS 마운트 하기 (0) | 2012.11.08 |
[MicroSoft] 윈도우 7 작업 표시줄에 관리자 권한의 CMD 창 고정 (0) | 2012.11.08 |