摘要:
CInternetSession* pSession;pSession = new CInternetSession; //构造新的连接CFtpConnection* pFtpCon;pFtpCon = pSession->GetFtpConnection("192.168.135.110","cheng",NULL,21);//连接FTP服务器CFtpFileFind ftpfind(pFtpCon);if (ftpfind.FindFile(NULL)) //查找所有的文件{CString str ;while ( ftpfind.FindNe 阅读全文
posted @ 2013-11-13 09:17
陈同心
阅读(720)
评论(0)
推荐(0)

浙公网安备 33010602011771号