资源简介
开发了在windows xp下的FTP客户端,FTP服务器基于VxWorks5.5平台,ftpdlib.c文件需要从网上的论坛里下载。
代码片段和文件信息
// FTPClient.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “FTPClient.h“
#include “FTPClientDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CFTPClientApp
BEGIN_MESSAGE_MAP(CFTPClientApp CWinApp)
//{{AFX_MSG_MAP(CFTPClientApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CFTPClientApp construction
CFTPClientApp::CFTPClientApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CFTPClientApp object
CFTPClientApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CFTPClientApp initialization
BOOL CFTPClientApp::InitInstance()
{
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
CFTPClientDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 3752960 2011-12-10 17:31 FTPClient\Debug\FTPClient.bsc
文件 114746 2011-12-10 17:31 FTPClient\Debug\FTPClient.exe
文件 302584 2011-12-10 17:31 FTPClient\Debug\FTPClient.ilk
文件 17251 2011-12-10 17:28 FTPClient\Debug\FTPClient.obj
文件 6879832 2011-12-10 15:48 FTPClient\Debug\FTPClient.pch
文件 435200 2011-12-10 17:31 FTPClient\Debug\FTPClient.pdb
文件 3024 2011-12-10 17:26 FTPClient\Debug\FTPClient.res
文件 0 2011-12-10 17:28 FTPClient\Debug\FTPClient.sbr
文件 56142 2011-12-10 17:31 FTPClient\Debug\FTPClientDlg.obj
文件 0 2011-12-10 17:31 FTPClient\Debug\FTPClientDlg.sbr
文件 105508 2011-12-10 15:48 FTPClient\Debug\StdAfx.obj
文件 1374964 2011-12-10 15:48 FTPClient\Debug\StdAfx.sbr
文件 222208 2011-12-10 17:31 FTPClient\Debug\vc60.idb
文件 389120 2011-12-10 17:31 FTPClient\Debug\vc60.pdb
文件 36184 2011-12-10 17:26 FTPClient\FTPClient.aps
文件 1566 2011-12-10 17:28 FTPClient\FTPClient.clw
文件 2105 2011-12-10 14:08 FTPClient\FTPClient.cpp
文件 4214 2011-12-10 15:49 FTPClient\FTPClient.dsp
文件 524 2011-12-06 21:35 FTPClient\FTPClient.dsw
文件 1357 2011-12-06 21:35 FTPClient\FTPClient.h
文件 132096 2011-12-10 17:31 FTPClient\FTPClient.ncb
文件 56832 2011-12-10 17:31 FTPClient\FTPClient.opt
文件 1490 2011-12-10 17:31 FTPClient\FTPClient.plg
文件 6049 2011-12-10 17:26 FTPClient\FTPClient.rc
文件 9928 2011-12-10 17:31 FTPClient\FTPClientDlg.cpp
文件 1966 2011-12-10 17:28 FTPClient\FTPClientDlg.h
文件 3633 2011-12-06 21:35 FTPClient\ReadMe.txt
文件 1078 2011-12-06 21:35 FTPClient\res\FTPClient.ico
文件 401 2011-12-06 21:35 FTPClient\res\FTPClient.rc2
文件 1055 2011-12-10 17:26 FTPClient\resource.h
............此处省略8个文件信息
- 上一篇:SevenBall.zip
- 下一篇:射频功率放大器ADS仿真
相关资源
- Windows内核安全与驱动开发(随书光盘
- 混合图像Exp1_Hybrid_Images
- XP系统下的RSLogix5RSLogixRSView32授权授权
- Visual FoxPro数据库系统项目开发实践
- ocilib-4.3.3-windows.zip
- win7 Windows DNS服务器搭建 可创建域名
- GitLab在windows用户端的安装使用详细教
- windows2000设备驱动程序设计指南配套光
- Jenkins项目自动化构建详细搭建、配置
- pstool 工具
- 截长图,截gif动图软件,Windows最轻好
- node-exporter prometheus cadvisor grafana 监控
- DevExpress16.3全套图标
- Flexpaper 禁止复制修改,可设置是否打
- DevExpress DXperience Universal 11.1.6 官方+帮
- Windows补丁 KB2533623
- QT+ffmpeg+多摄像头+实时Ubuntu直接可用(
- QXDM-QCAT-QPM.1.0.77.2.Windows-AnyCPU.exe
- System.Drawing.dll;System.Windows.Forms.dll.
- myeclipse 2017 ci 1 windows版本 破解文件
- DevExpress 13.1.8 破解(完全破解可发布
- windows基于nginx搭建rtmp流服务器
- 自己制作的DevExpress,供DEV学习的人使
- libiconv for windows库
- API VIEWER 2004
- Xshell3b0281Windows平台下中文版SSH连接工
- visual foxpro图书管理系统vfp
- nMaker 4.0 原Windows N in 1 Maker 制作多合一
- WindowsServer2016管理员操作手册
- Windows7扫雷文件
评论
共有 条评论