• 大小: 38.42MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-06-17
  • 语言: C/C++
  • 标签: MFC  

资源简介

MFC实现FTP客户端,可以连接FTP服务器进行文件传输。。。。

资源截图

代码片段和文件信息


// Ftp.cpp : 定义应用程序的类行为。
//

#include “stdafx.h“
#include “Ftp.h“
#include “FtpDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#endif


// CFtpApp

BEGIN_MESSAGE_MAP(CFtpApp CWinApp)
ON_COMMAND(ID_HELP &CWinApp::onhelp)
END_MESSAGE_MAP()


// CFtpApp 构造

CFtpApp::CFtpApp()
{
// 支持重新启动管理器
m_dwRestartManagerSupportFlags = AFX_RESTART_MANAGER_SUPPORT_RESTART;

// TODO: 在此处添加构造代码,
// 将所有重要的初始化放置在 InitInstance 中
}


// 唯一的一个 CFtpApp 对象

CFtpApp theApp;


// CFtpApp 初始化

BOOL CFtpApp::InitInstance()
{
// 如果一个运行在 Windows XP 上的应用程序清单指定要
// 使用 ComCtl32.dll 版本 6 或更高版本来启用可视化方式,
//则需要 InitCommonControlsEx()。否则,将无法创建窗口。
INITCOMMONCONTROLSEX InitCtrls;
InitCtrls.dwSize = sizeof(InitCtrls);
// 将它设置为包括所有要在应用程序中使用的
// 公共控件类。
InitCtrls.dwICC = ICC_WIN95_CLASSES;
InitCommonControlsEx(&InitCtrls);

CWinApp::InitInstance();

if (!AfxSocketInit())
{
AfxMessageBox(IDP_SOCKETS_INIT_FAILED);
return FALSE;
}


AfxEnableControlContainer();

// 创建 shell 管理器,以防对话框包含
// 任何 shell 树视图控件或 shell 列表视图控件。
CShellManager *pShellManager = new CShellManager;

// 标准初始化
// 如果未使用这些功能并希望减小
// 最终可执行文件的大小,则应移除下列
// 不需要的特定初始化例程
// 更改用于存储设置的注册表项
// TODO: 应适当修改该字符串,
// 例如修改为公司或组织名
SetRegistryKey(_T(“应用程序向导生成的本地应用程序“));

CFtpDlg dlg;
m_pMainWnd = &dlg;
INT_PTR nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: 在此放置处理何时用
//  “确定”来关闭对话框的代码
}
else if (nResponse == IDCANCEL)
{
// TODO: 在此放置处理何时用
//  “取消”来关闭对话框的代码
}

// 删除上面创建的 shell 管理器。
if (pShellManager != NULL)
{
delete pShellManager;
}

// 由于对话框已关闭,所以将返回 FALSE 以便退出应用程序,
//  而不是启动应用程序的消息泵。
return FALSE;
}


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     166912  2018-06-07 11:07  Ftp\Debug\Ftp.exe

     文件    1091040  2018-06-07 11:07  Ftp\Debug\Ftp.ilk

     文件    5016576  2018-06-07 11:07  Ftp\Debug\Ftp.pdb

     文件       2902  2018-06-07 11:07  Ftp\Ftp\Debug\cl.command.1.tlog

     文件      49634  2018-06-07 11:07  Ftp\Ftp\Debug\CL.read.1.tlog

     文件       2436  2018-06-07 11:07  Ftp\Ftp\Debug\CL.write.1.tlog

     文件        667  2018-06-07 11:07  Ftp\Ftp\Debug\Ftp.exe.embed.manifest

     文件        732  2018-06-07 11:07  Ftp\Ftp\Debug\Ftp.exe.embed.manifest.res

     文件        381  2018-06-07 11:07  Ftp\Ftp\Debug\Ftp.exe.intermediate.manifest

     文件         75  2018-06-07 11:07  Ftp\Ftp\Debug\Ftp.lastbuildstate

     文件       2997  2018-06-07 11:07  Ftp\Ftp\Debug\Ftp.log

     文件      31516  2018-06-07 11:07  Ftp\Ftp\Debug\Ftp.obj

     文件   33751040  2018-06-07 11:02  Ftp\Ftp\Debug\Ftp.pch

     文件      69888  2018-06-07 11:06  Ftp\Ftp\Debug\Ftp.res

     文件        713  2018-06-07 10:01  Ftp\Ftp\Debug\Ftp.vcxprojResolveAssemblyReference.cache

     文件          0  2018-06-07 10:01  Ftp\Ftp\Debug\Ftp.write.1.tlog

     文件      85971  2018-06-07 11:07  Ftp\Ftp\Debug\FtpDlg.obj

     文件        196  2018-06-07 11:06  Ftp\Ftp\Debug\Ftp_manifest.rc

     文件          2  2018-06-07 11:07  Ftp\Ftp\Debug\link-cvtres.read.1.tlog

     文件          2  2018-06-07 11:07  Ftp\Ftp\Debug\link-cvtres.write.1.tlog

     文件       1656  2018-06-07 11:07  Ftp\Ftp\Debug\link.command.1.tlog

     文件       4968  2018-06-07 11:07  Ftp\Ftp\Debug\link.read.1.tlog

     文件       1128  2018-06-07 11:07  Ftp\Ftp\Debug\link.write.1.tlog

     文件        558  2018-06-07 11:07  Ftp\Ftp\Debug\mt.command.1.tlog

     文件        504  2018-06-07 11:07  Ftp\Ftp\Debug\mt.read.1.tlog

     文件        408  2018-06-07 11:07  Ftp\Ftp\Debug\mt.write.1.tlog

     文件        996  2018-06-07 11:07  Ftp\Ftp\Debug\rc.command.1.tlog

     文件       3172  2018-06-07 11:07  Ftp\Ftp\Debug\rc.read.1.tlog

     文件        518  2018-06-07 11:07  Ftp\Ftp\Debug\rc.write.1.tlog

     文件     635914  2018-06-07 11:02  Ftp\Ftp\Debug\stdafx.obj

............此处省略32个文件信息

评论

共有 条评论