Author Topic: tftp server after upgrade to zentyal 5.  (Read 1673 times)

mrpsycho

  • Zen Apprentice
  • *
  • Posts: 47
  • Karma: +4/-1
    • View Profile
tftp server after upgrade to zentyal 5.
« on: March 13, 2017, 08:10:59 am »
For everyone who wish to run internal ftpd server - just reinstall it:
Code: [Select]
apt-get install tftpd-hpaand run it
Code: [Select]
/etc/init.d/tftpd-hpa start

and it will work again.