And how could I start automatically tftp server not from root account? Cause of anyone, who connects to my server via tftp, could create files in /tftpboot directory... =(
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This version only listens on port 69, for which the root account is needed. You can set the home directory to anything in section [Home]. The files will be created there or a child directory thereof.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How could i permit anyone to create files on my tftp server?
chmod a+x /tftpboot
worked for me
sorry, that should read:
chmod a+w /tftpboot
not a+x
And how could I start automatically tftp server not from root account? Cause of anyone, who connects to my server via tftp, could create files in /tftpboot directory... =(
This version only listens on port 69, for which the root account is needed. You can set the home directory to anything in section [Home]. The files will be created there or a child directory thereof.
Vesion 1.3 can listen on any port, ports higher than 1024 do not need root account.
how to give permission