duanlu

2009年8月20日

程序调用tftp命令的方式

摘要: 可以使用system(“tftp xxx.xxx.xxx.xx –c get file”);语句例如system(“tftp 192.168.1.111 –c get test.txt”);system会在下载文件完成之前被阻塞,这样程序可以知道下载完成的时间点。上传文件可以使用system(“tftp xxx.x... 阅读全文

posted @ 2009-08-20 14:58 duanlu 阅读(526) 评论(0) 推荐(0)

导航