On Sun, 12 Jun 2011, bilal ghayyad wrote:

How can I see the the files are now loaded? Normally in the windows, I can see that a request reached to the TFTP server and the files now are loaded (upload or download)?

The tftp daemon should log the transfers via syslogd. For example:

Jun 12 12:03:23 dt in.tftpd[11486]: RRQ from 192.168.0.19 filename /spa841.cfg

I start tftp via xinetd and the configuration looks like this:

service tftp
        {
        cps                     = 100 2
        bind                    = 192.168.0.1
        disable                 = no
        flags                   = IPv4
        per_source              = 11
        protocol                = udp
        server                  = /usr/sbin/in.tftpd
        server_args             = -c -s /tftpboot -v -v -v -v -v -v
        socket_type             = dgram
        user                    = root
        wait                    = yes
        }

--
Thanks in advance,
-------------------------------------------------------------------------
Steve Edwards       sedwa...@sedwards.com      Voice: +1-760-468-3867 PST
Newline                                              Fax: +1-760-731-3000

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
              http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to