⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dandibase.h

📁 FTP多线程下载客户端 在linux下解压
💻 H
字号:
#include <sys/types.h>
#include <unistd.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <stdlib.h>
#include <stdio.h>
#include <sys/errno.h>
#include <stdarg.h>
//#include <tidy.h>
#include <pthread.h>
#include <fcntl.h>
#include <sys/time.h>
#include <math.h>#include <string.h>//#include "DownFromFTP.h"//#include "DownFromHTTP.h"
#ifndef GENFUNC_H
#include"GenFunc.h"
#define GENFUNC_H
#endif
extern void DandiHelp();
extern void ClearBuf(char *buf);
extern int FindLength(char *buf);
extern int GetLengthFtp(char *buf);
extern int GetPortFtp(char *buf);
//the following function parse the url and interact with server for some information like fle length etc.
extern int GetInfo(char *arg,char *refer);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -