• 大小: 0.02M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 标签:

资源简介

C++ 获取FTP文件大小(提高篇-实例552).zip

资源截图

代码片段和文件信息

// FTPFileLength.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “FTPFileLength.h“
#include “FTPFileLengthDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CFTPFileLengthApp

BEGIN_MESSAGE_MAP(CFTPFileLengthApp CWinApp)
//{{AFX_MSG_MAP(CFTPFileLengthApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CFTPFileLengthApp construction

CFTPFileLengthApp::C

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       20848  2014-01-08 14:07  FTPFileLength.aps
     文件        1212  2014-01-08 14:11  FTPFileLength.clw
     文件        2161  2013-11-27 15:40  FTPFileLength.cpp
     文件        4285  2013-11-27 15:40  FTPFileLength.dsp
     文件         549  2013-11-27 15:40  FTPFileLength.dsw
     文件        1401  2013-11-27 15:40  FTPFileLength.h
     文件       48640  2014-01-08 14:11  FTPFileLength.opt
     文件        5362  2013-11-27 15:44  FTPFileLength.rc
     文件        4829  2014-01-08 14:10  FTPFileLengthDlg.cpp
     文件        1404  2013-11-27 15:40  FTPFileLengthDlg.h
     文件        3705  2013-11-27 15:40  ReadMe.txt
     文件         737  2013-11-27 15:44  Resource.h
     文件         215  2013-11-27 15:40  StdAfx.cpp
     文件        1054  2013-11-27 15:40  StdAfx.h
     文件        1078  2013-11-27 15:40  res\FTPFileLength.ico
     文件         405  2013-11-27 15:40  res\FTPFileLength.rc2

评论

共有 条评论