码迷,mamicode.com
首页 > 其他好文 > 详细

tftp client命令示例

时间:2015-02-11 15:59:37      阅读:299      评论:0      收藏:0      [点我收藏+]

标签:

  1. tftp 192.168.1.1 -c put myfile theirfile
  2. tftp 192.168.1.1 -m binary -c put myfile theirfile
    The tftp default transfer mode is ASCII and when you upload a ROM, the command should include “-m binrary”option."myfile" is the name of the file you wish to upload and "theirfile" is the name that the file should have on the device.
  3. tftp -v 192.168.1.1 -c put myfile theirfile
    the "-v" command parameter is used to see something goes wrong
  4. tftp -v 192.168.1.1 8069 -c put myfile theirfile
    If the server is running on another port, say 8069

tftp client命令示例

标签:

原文地址:http://www.cnblogs.com/linuxbo/p/4286173.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!