首页 > 其他 > 详细

tftp client命令示例

时间:2015-02-11 15:59:27      阅读:273      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!