文件名称:Ftp上传文件时时更新
文件大小:2KB
文件格式:TXT
更新时间:2013-12-24 11:00:56
ftp 时时更新 上传文件
VC++怎么获取FTP上的文件大小信息 void CTestDlg::OnConnect() { strip="192.168.0.2"; strport="21"; strusr="mdy"; strpwd="mdy"; pInternetSession = new CInternetSession("MR", INTERNET_OPEN_TYPE_PRECONFIG); try{ pFtpConnection = pInternetSession->GetFtpConnection(strip, strusr,strpwd,atoi(strport)); } catch(CInternetException* pEx) { CString sErr; CString FtpPath;