Hi,
i have been trying to get TFTP to allow file creation in unbuntu.
my xinetd file is as follows
service tftp
{
protocol = udp
port = 69
socket_type = dgram
wait = yes
user = nobody
server = /usr/sbin/in.tftpd
server_args = -c -s /tftp
disable = no
}
now this dies not work at all, if i remove the -c and -s I can copy from the TFTP and upload files back to it as long as they exist. But as soon as i add them back in i get the following message when i try to write to or from the server?
%Error opening t
ftp://10.x.x.x/filename (Timed out)
Ccan any one help setting this up to the remote system can create the file in the server?
Cheers
Aaron