Ubuntu + Windows TFTP服务器配置

Linux环境下,TFTP配置详细过程如下:

1. tftp (optional, if you need to do target development work)
 1). install tftp-server
    #: apt-get install tftpd-hpa
 2). #make a directory for tftp root directory
    #: sudo mkdir /tftproot;sudo chmod 777 /tftproot
 3). Modify the configuration file of tftpd
    Change /etc/default/tftpd-hpa:

# /etc/default/tftpd-hpa

TFTP_USERNAME="tftp"
#TFTP_DIRECTORY="/var/lib/tftpboot"
TFTP_DIRECTORY="/tftproot"
TFTP_ADDRESS="0.0.0.0:69"
#TFTP_OPTIONS="--secure"
TFTP_OPTIONS="-l -c -s"

 4). Restart tftp-hap service
    #: sudo service tftp-hpa restart
    if show:
    > tftpd-hpa start/running, process 5332
    means tftpd-hpa has prepared ok

 5). Test the tftpd whether work fine
    #: cd ~
    #: echo "testL" > testl
    #: sudo echo "testA" > /tftproot/testa
    #: tftp localhost(or local ip)
    tftp> put testl
    tftp> get testa
    tftp> q

    Check the content and position of testl and testa.

Windows环境下,下载思科TFTP服务器, 资源http://d.download.csdn.net/down/2413416/wtt234

注: DOS默认支持tftp cmd like:

    tftp 192.168.5.30 GET 1.txt 1.txt



评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值