?? ftpdwl0.h
字號:
#ifndef __FTP_DWL_H__
#define __FTP_DWL_H__
typedef int (*CALLBACK_FTP) ( unsigned char * p, int nbytes, int seek );
int ftp_get_response ( int ctrl, unsigned char * presponse, int size, int timeout );
int ftp_login ( int ctrl, unsigned char * pusername, unsigned char * ppassword );
int ftp_set_pasv ( int ctrl );
int ftp_get_pasv_param ( unsigned char * presponse, unsigned char * pip, int * pport );
int ftp_get_file ( int ctrl, int data, unsigned char * pfilename, int start, int size, CALLBACK_FTP fn );
int ftp_dwl ( unsigned char * pip, int port, unsigned char * pusername, unsigned char * ppassword, unsigned char * pfilename, int start, int size, CALLBACK_FTP fn );
#endif//__FTP_DWL_H__
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -