tftpd in leopard and osx
Copy the file you wish to serve to:
/private/tftpboot
Then:
sudo launchctl
From the launchd% prompt run:
load -F /System/Library/LaunchDaemons/tftp.plist
start com.apple.tftpd
stop com.apple.tftpd
unload load -F /System/Library/LaunchDaemons/tftp.plist
/private/tftpboot
Then:
sudo launchctl
From the launchd% prompt run:
load -F /System/Library/LaunchDaemons/tftp.plist
start com.apple.tftpd
stop com.apple.tftpd
unload load -F /System/Library/LaunchDaemons/tftp.plist
Comments