I'm having the same problem. TFTP Server can no longer start the TFTP server. I need to upgrade Cisco equipment as well. Checked the Server forum, but there is nothing there.
It was convenient with TFTP Server controlling tftpd in 10.5.8. Things must've moved/changed with the tftpd implementation.
Hopefully you are correct, although it is really a general OS X 10.6 Snow Leopard question, since both FTP and tftpd are components of OS X in general, and not specific to the server versions. I believe that is why we also posted our questions here...being as this is "OS X 10.6 Snow Leopard" "general OS" forum, and I am running the "non-server" version of Snow Leopard. Of course, I could have been mistaken when I was reading the forum headings...
01/09/2009 09:09:38 [0x0-0x1e01e].org.pureftpd.macosx 2009-09-01 09:09:38.928 PureFTPd Manager[246:e07]
* WARNING: Method selectRow:byExtendingSelection: in class NSTableView is deprecated. It will be removed in a future release and should no longer be used.\
01/09/2009 09:09:42 [0x0-0x1e01e].org.pureftpd.macosx objc[246]: Class MWGradientView is implemented in both /Applications/PureFTPd Manager.app/Contents/MacOS/PureFTPd Manager and /Applications/PureFTPd Manager.app/Contents/PreferencePanes/AuthentificationPane.prefPane/Contents/Mac OS/AuthentificationPane. One of the two will be used. Which one is undefined.\
01/09/2009 09:09:42 [0x0-0x1e01e].org.pureftpd.macosx objc[246]: Class WBTimeControl is implemented in both /Applications/PureFTPd Manager.app/Contents/MacOS/PureFTPd Manager and /Applications/PureFTPd Manager.app/Contents/PreferencePanes/FTPLogPane.prefPane/Contents/MacOS/FTPLogP ane. One of the two will be used. Which one is undefined.\
01/09/2009 09:09:48 [0x0-0x1e01e].org.pureftpd.macosx bind(): Address already in use\
01/09/2009 09:09:48 [0x0-0x1e01e].org.pureftpd.macosx org.pureftpd.macosx: Already loaded}
I gave up on the TFTPServer software. I corrected the permissions of the /private/tftpboot directory with "sudo chmod a+rwx /private/tftpboot' placed my files in there and then used copy tftp flash commands on my router. Worked. Looks like there is a built in tftp server in Snow Leopard.
There is definitely a tftp server running in Snow Leopard
Check
/System/Library/LaunchDaemons/tftp.plist
There the directory is specified to be /private/tftpboot. I changed mine to /Users/Shared/Tftpboot.
Make sure this directory got "777".
To launch tftpd use "+sudo service tftp start+".
Now you can use your machine as tftp server.
To me it looks, that TFTPServer 3.2.1 is not actually a tftp server itself, it does just the entry to the tftp.plist and invokes service tftp start. Nice frontend.
Yes OS X has the tftp server built in the current recommended way of starting it is via launchctl as service tftp start is deprecated.
sudo launchctl
load -F /System/Library/LaunchDaemons/tftp.plist
and stop it with
unload /System/Library/LaunchDaemons/tftp.plist
See
http://aplawrence.com/MacOSX/tftp.html for more details
You are right tftpserver was just a nice front end allowing easy start/stop/reconfigure of directories, creation of files etc without using the command line. Can live without it, but just got to love it.
This thread has been closed by the system or the community team.
You may vote for any posts you find helpful, or search the Community for additional answers.
FTP and TFTP Servers
Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.