TFTP 客户端(源码)(1.0).7z

时间:2013-12-27 16:05:41
【文件属性】:

文件名称:TFTP 客户端(源码)(1.0).7z

文件大小:19KB

文件格式:7Z

更新时间:2013-12-27 16:05:41

小工具

/************************************************** * TFTP client compatible with RFC-1350 * compile under visiual c++ or borland c++ * author email: helloworld1@163.com ***************************************************/ #define _VC /* if compile under visiual c++ else undefine this*/ #include #include #include #ifndef MAKEWORD #define MAKEWORD(l,h) ((WORD)(((BYTE)(l))|(((WORD)(BYTE)(h))<<8))) #endif #define WSA_MAJOR_VERSION 1 #define WSA_MINOR_VERSION 1 #define WSA_VERSION MAKEWORD(WSA_MAJOR_VERSION, WSA_MINOR_VERS


【文件预览】:
TFTP 客户端(源码)(1.0)
----tftp1.exe(40KB)
----ReadMe.txt(106B)
----tftp1.cpp(12KB)

网友评论