[CentOS] put command is not working in tftp server

Wed Feb 27 16:31:51 UTC 2008
nate <centos at linuxpowered.net>

ankush grover wrote:

> Please let me know if you need any further inputs.

I'm not sure if it applies to all tftp servers but for
the most part the file your uploading must already exist
and be world writable.

touch /tftpboot/filename
chmod 666 /tftpboot/filename

then upload filename

(assuming /tftpboot/ is where your root is at)

nate