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

资源简介

C++ FTP文件上传程序(提高篇-实例554).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “FtpUpLoad.h“
#include “FtpUpLoadDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CFtpUpLoadApp

BEGIN_MESSAGE_MAP(CFtpUpLoadApp CWinApp)
//{{AFX_MSG_MAP(CFtpUpLoadApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CFtpUpLoadApp construction

CFtpUpLoadApp::CFtpUpLoadApp()
{
// TODO: add

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件          39  2013-12-07 10:14  说明.txt
     文件       21608  2013-12-07 08:30  FtpUpLoad\FtpUpLoad.aps
     文件        1511  2013-12-07 10:49  FtpUpLoad\FtpUpLoad.clw
     文件        2105  2007-05-08 08:52  FtpUpLoad\FtpUpLoad.cpp
     文件        4214  2013-12-07 10:10  FtpUpLoad\FtpUpLoad.dsp
     文件         543  2007-05-08 08:52  FtpUpLoad\FtpUpLoad.dsw
     文件        1357  2007-05-08 08:52  FtpUpLoad\FtpUpLoad.h
     文件       48640  2013-12-07 10:49  FtpUpLoad\FtpUpLoad.opt
     文件        5930  2007-05-08 08:52  FtpUpLoad\FtpUpLoad.rc
     文件        6271  2013-12-07 10:11  FtpUpLoad\FtpUpLoadDlg.cpp
     文件        1606  2007-05-08 08:52  FtpUpLoad\FtpUpLoadDlg.h
     文件        1423  2007-05-08 08:52  FtpUpLoad\resource.h
     文件         211  2007-05-08 08:52  FtpUpLoad\StdAfx.cpp
     文件        1096  2007-05-08 08:52  FtpUpLoad\StdAfx.h
     文件        1078  2007-05-08 08:52  FtpUpLoad\res\FtpUpLoad.ico
     文件         401  2007-05-08 08:52  FtpUpLoad\res\FtpUpLoad.rc2

评论

共有 条评论