猫言猫语

严以律己·宽以待人·自强不息·知行合一

Ubuntu tftpd server 使用教程

| Ubuntu tftpd server 使用教程已关闭评论

1,安装

# apt-get install tftpd-hpa

2,配置

# vi /etc/default/tftpd-hpa
TFTP_OPTIONS="--secure --verbose"
# systemctl restart tftpd-hpa

3,测试

# apt-get install tftp
$ tftp localhost
tftp> get foo
tftp> quit
# tail -f /var/log/syslog

评论已关闭。