基于http协议的程序.docxVIP

  • 6
  • 0
  • 约4.42千字
  • 约 6页
  • 2017-08-16 发布于重庆
  • 举报
基于http协议的程序

本软件适用于unix/linux平台,是一款基于http协议的文件下载程序。分为两个文件第一个文件是:http_download.h第二个文件:http_download.c下面是关于http_download.h的源代码:#ifndefhttp_download__h#define http_download__h#endif#includestdio.h#includeunistd.h#includestdlib.h#includestring.h#includesys/socket.h#includesys/types.h#includenetinet/in.h#includearpa/inet.h#includectype.h#includeerrno.hintparase_len(char* buf);voidGetHost(char* url,char* ip_port,char* file);voidGet_IP_PORT(char* ip_port,char* ip,char* port);intDownLoad (char* url,char* ret_buf);把上面的代码复制到http_download.h中即可。下面是http_download.cpp的源代码,复制后粘贴到http_download.c中即可。#include http_download.h

文档评论(0)

1亿VIP精品文档

相关文档