>
> 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

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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

Reply via email to