LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   TFTP server question (https://www.linuxquestions.org/questions/linux-newbie-8/tftp-server-question-812160/)

shai333 06-04-2010 10:04 AM

TFTP server question
 
Hi,
quick question:

I've installed tftpd-hpa from the Ubuntu software center, but I don't know how to actually use it.

I tried running it from the terminal, but it says there is no such command...

Anyone?

TIA

michaelk 06-04-2010 10:22 AM

Here is some old documentation. I assume that if you installed it through the software center that it would be automatically configured etc. Make sure that xineted is running.
http://www.davidsudjiman.info/2006/0...tpd-in-ubuntu/
http://blog.tuxcoder.com/2008/06/con...in-ubuntu.html

In a nutshell tftp is a simplified version of ftp.
http://en.wikipedia.org/wiki/Trivial...nsfer_Protocol

jefro 06-04-2010 03:34 PM

tftp is the command to access a server. See man pages tftp.

It was originally used to transfer small files of little importance. Later it became more widely used to remote boot machines. It is an easy to transfer a mini os to a pxe booted computer.

Still used to move some network firmware and config files.

With the work done on gpxe tftp is rather useless except in legacy deals.

What do you want to use tftp for?

shai333 06-05-2010 12:54 AM

Quote:

Originally Posted by jefro (Post 3992775)
tftp is the command to access a server. See man pages tftp.

It was originally used to transfer small files of little importance. Later it became more widely used to remote boot machines. It is an easy to transfer a mini os to a pxe booted computer.

Still used to move some network firmware and config files.

With the work done on gpxe tftp is rather useless except in legacy deals.

What do you want to use tftp for?

I need it to upgrade the firmware of my router.
The latest firmware can't be updated through the web interface,
you have to send a 'get' request from the routers' telnet console to a tftp server running on the computer to get the update file.


All times are GMT -5. The time now is 08:40 PM.