wininet实现ftp客户端关于传输进度的分析[36]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 flyelf 的 blog

if(pcftpmsg == null)

{

        return -1;

}

 

// 获取文件

bool bret = ftpgetfile(      pcftpmsg->getcurrentconnect(),

                                           pcftpmsg->getcurrentremotefile(),

                                           pcftpmsg->getcurrentlocalfile(),

                                           false,

                                           file_attribute_normal,

                                           pcftpmsg->getcurrentfiletype() |

                                           internet_flag_reload |

                                           internet_flag_resynchronize,

本文关键:wininet实现ftp客户端关于传输进度的分析
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top