ปัญหาของ tftp ใน solaris 10 ที่ไม่สามารถ get หรือ put file ด้วย single command ได้เลยต้องไปหา tftp client แบบอื่นมาลง เคยได้ใช้ของ Red Hat ซึ่งมันก็โอเคก็เลยไปหามา มันชื่อ tftp-hpa ซึ่งวิธีการคอมไฟล์ก็ง่ายแสนง่าย ลองดูกันครับ
- Download Source Code จาก
- extract file ใช่คำสั่ง ./configure เพื่อสร้าง Makefile
- gmake เพื่อ compile
- ไฟล์ binary จะอยู่ที่
https://www.kernel.org/pub/software/network/tftp/tftp-hpa/
tftp-hpa-5.2/tftp/tftp
tftp 192.168.1.1 -c get /path_file/filename.txt
