Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1328913
  • 博文数量: 284
  • 博客积分: 3251
  • 博客等级: 中校
  • 技术积分: 3046
  • 用 户 组: 普通用户
  • 注册时间: 2012-04-26 17:23
文章分类

全部博文(284)

文章存档

2019年(2)

2018年(5)

2015年(19)

2014年(13)

2013年(10)

2012年(235)

分类: LINUX

2012-11-13 16:19:18

BusyBox v1.13.3 (2009-03-25 15:48:45 CST) multi-call binary

Usage: tftp [OPTION]... HOST [PORT]

Transfer a file from/to tftp server

Options:
        -l FILE Local FILE
        -r FILE Remote FILE
        -g      Get file
        -p      Put file
        -b SIZE Transfer blocks of SIZE octets

从服务器获得文件

tftp –g –r filename ipaddr(主机的ip)

上传文件:

tftp –p –l filename ipaddr(开发板的ip)

阅读(2224) | 评论(0) | 转发(1) |
给主人留下些什么吧!~~