how to enable tftp on mountain lion
Hi,
I just tried to enable tftpd on 10.7 but I have some permission problems.
Thanks to have a look into my config
I did:
====
! Edit directory to change to <string>/Users/claude/Documents/tftpboot</string>)
sudo nano /System/Library/LaunchDaemons/tftp.plist
! Unload and load plist file
MacBook-Air-de-Claude:~ claude$ sudo launchctl unload -F /System/Library/LaunchDaemons/tftp.plist
MacBook-Air-de-Claude:~ claude$ sudo launchctl load -F /System/Library/LaunchDaemons/tftp.plist
! Stop and start tftpd deamon
MacBook-Air-de-Claude:~ claude$ sudo launchctl stop com.apple.tftpd
MacBook-Air-de-Claude:~ claude$ sudo launchctl start com.apple.tftpd
! test
tftp> get 192.168.0.5:test.txt
tftp: test.txt: Permission denied
tftp>
These are the directory rights:
=====================
MacBook-Air-de-Claude:~ claude$ ls -lisa /Users/claude/Documents/tftpboot
total 8
6630736 0 drwxr-xr-x 3 claude staff 102 6 nov 20:53 .
679758 0 drwx------ 32 claude staff 1088 6 nov 20:35 ..
3122519 8 -rw-r--r--@ 1 claude staff 2258 8 jui 16:09 test.txt
Trace in on however I do not have any logs.