In the past I've used vsftpd for File transfer. Installing this was quite easy:
- yum install vsftpd
- go to 'services' and click start.
Now it would be up and running. This has always worked for me, but now I'm required to use Tftp as a server.
So I tried:
yum install tftp-server
That worked fine, it installed all the server and all dependencies. Now how the heck do I start it? It isn't listed in 'services'. And when it's started, what directory will be ftp root?
As you might have guessed, I'm not using Linux on a regular basis, so try to keep it a bit simple if possible :)