1. Server TFTP server를 활성화 (기본은 활성화 되어있음) sudo launchctl load -w /System/Library/LaunchDaemons/tftp.plist 2. 서버에서 Device로 옮길시 TFTP에서 인식할수 있도록 TFTP 기본 폴더로 복사 sudo cp filename.* /private/tftpboot/filename.* 3. Device에서 서버로 옮길시 빈파일을 이름만 만들어야 하므로 아래와 같이 생성 sudo touch /private/tftpboot/filename.* sudo chmod a+w /private/tftpboot/filename.* 4. TFTP 전송 Device 에서 서버로 전송 copy flash:filename.* tftp://192...