苗火 Nicholas
[ubuntu]Install tftp server
2017-4-14 萧
1.Install tftp-server

sudo apt-get install tftpd-hpa

sudo apt-get install tftp-hpa 



tftp-hpa is client

tftpd-hpa is server



2.Config

sudo vim /etc/default/tftpd-hpa



TFTP_USERNAME="tftp"

TFTP_ADDRESS="0.0.0.0:69"

TFTP_DIRECTORY="tftp director"

TFTP_OPTIONS="-l -c -s"



3.Restart

sudo service tftpd-hpa restart
发表评论:
昵称

邮件地址 (选填)

个人主页 (选填)

内容