[asterisk-users] Looking for a simple TFTP server for Linux

Tzafrir Cohen tzafrir.cohen at xorcom.com
Sun Nov 12 09:00:45 MST 2006


On Sun, Nov 12, 2006 at 04:27:42PM +0100, Christian wrote:
> Hi,
> I am looking for a TFTP server that is easy like the tftpd32 
> for Windows that I have been using. Just want to start it with 
> a command and my Cisco can connect and retreive the config files from it.

Debian has:

  tftpd
  tftpd-hpa
  atftpd

tftpd-hpa is H. Peter Anvin's take on tftpd. It is slightly larger, but
has some handy features. atftpd has even more.

A sore point to both tftpd and tftpd-hpa is the logging, which is a bit
lacking.

TFTP is a simple protocol, and by default there's no configuration:

# installing both client and server, to be able to test server with
# client:
apt-get install tftpd-hpa tftp-hpa

# Should be working now. Let's test:
echo hi > /var/lib/tftpboot/hello
tftp localhost -c get /hello
# Should complain if there is a problem. Did we get the file?
cat hello
# we get "hi"

-- 
               Tzafrir Cohen       
icq#16849755                    jabber:tzafrir at jabber.org
+972-50-7952406           mailto:tzafrir.cohen at xorcom.com       
http://www.xorcom.com  iax:guest at local.xorcom.com/tzafrir


More information about the asterisk-users mailing list