[asterisk-users] OT - How to test tftp for phones provisioning

Ex Vito ex.vitorino at gmail.com
Sun Jul 27 09:46:49 CDT 2008


>
> So let's say, you've got :
> a perfectly running tftp server somewhere on your LAN,
> it holds foo.txt file in its /srv/tftp directory.
>
> Which command could you type in for a LAN workstation to receive this
> foo.txt ?
>

  tftp is the client, do you have it installed ?... example:

  # tftp hostname
  tftp> get /srv/tftp/foo.txt
  tftp> ^D
  # cat foo.txt
  ...

  Things to check: is /srv/tftp the "tftp" directory or is it the os filesystem
  directory where the tftp root resides ?

  Also, the tftp daemon in CentOS is started by xinetd and can be
  invoked with extra -v flags so as to increase logging verbosity.
  Check your dist. This may help...

  Cheers,
--
  exvito



More information about the asterisk-users mailing list