별도의 프로그램 설치 없이 맥에서 TFTP 서버를 활성화 하는 방법이다.
터미널 창을 열고 아래 명령어를 입력한다.
sudo launchctl load -F /System/Library/LaunchDaemons/tftp.plist
sudo launchctl start com.apple.tftpd
TFTP 서버의 root directory는 /private/tftpboot/ 이며 이 곳에 파일을 저장 하거나 이곳에 있는 파일을 TFTP client 를 통해 다운로드 할 수 있다.
가동된 TFTP서버를 정지하려면 아래와 같이 입력 한다.
sudo launchctl unload -F /System/Library/LaunchDaemons/tftp.plist
Alfred Workflow 를 만들어 봤는데 명령어를 대신 입력해주는 것을 제외한 편의성은 없다.
Alfred에서 tftps 를 입력하면 tftp 서비스를 실행 하며 tftp root directory 를 같이 열어 주며
tftpe 를 입력하면 tftp 서비스를 중지한다.
c90f718747b1158c5b4d6b7bfab211d2.alfredworkflow
반응형