OS X as a tftp server

jinson

Registered
14 Anybody try setting up Mac OS X as a tftp server? I'm trying to use Mac OS X, with the tftp server built into FreeBSD, and I seem to get some access violation errors, but everything I try doesn't work. What is the secret?

Thanks.

Ron
 
There is a very good article on the issue located at AFP548
(http://www.afp548.com/Articles/Jaguar/tftp.html)

In a nutshell, in OS X.1 you used the inetd.conf file to enable TFTP, in OS X.2 you now modify the files inside the xinetd.d directory. Also, to upload a file to an FTP server, a file with that name has to already exits. I guess this is a security thing to prevent someone from filling up a TFTP server

I got mine working with this article no problem.

Good luck
 
Hey tgbauer, thx for the help. got some more questions.

Yes this starts the TFTP service but where is the configuration file for this?

Back in 10.2 you used the file /etc/xinted.d/tftp to designate which folder would be the home for TFTP. How is that controlled now? where to the files go? what are the permission on it?

thx again
 
All,

In Tiger, the tftp server configuration is in

/System/Library/LaunchDaemons/tftp.plist

That's the file (in plist format) that used to be in /etc/inetd.d in Jaguar.

Hope this helps
 
Back
Top