Christian
2006-Nov-12 08:27 UTC
[asterisk-users] Looking for a simple TFTP server for Linux
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. Many thanks, Christian
Doug Lytle
2006-Nov-12 08:34 UTC
[asterisk-users] Looking for a simple TFTP server for Linux
-----Original Message----- From: "Christian" <christian08@tdcmail.se> To: asterisk-users@lists.digium.com Date: Sun, 12 Nov 2006 16:27:42 +0100 Subject: [asterisk-users] Looking for a simple TFTP server for Linux Hi, I am looking for a TFTP server that is easy like the tftpd32 for Windows Most distros come with a tftp. What distro are you working with? Doug
Tzafrir Cohen
2006-Nov-12 09:00 UTC
[asterisk-users] Looking for a simple TFTP server for Linux
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@jabber.org +972-50-7952406 mailto:tzafrir.cohen@xorcom.com http://www.xorcom.com iax:guest@local.xorcom.com/tzafrir
Andrew Joakimsen
2006-Nov-12 10:58 UTC
[asterisk-users] Looking for a simple TFTP server for Linux
Most Linux distros have a TFTP server built in, however usually it functions through xinetd, which is probably already running on your machine, so actually it would cause no extra usage on your system unless the TFTP was in use. Check your distro's package repository and you should find something like "tftpd" On 11/12/06, Christian <christian08@tdcmail.se> 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. > Many thanks, > Christian >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061112/96f8c85b/attachment.htm