资源简介
ftp的源码,客户端和服务器端都有
代码片段和文件信息
// MainFrm.cpp : implementation of the CMainframe class
//
#include “stdafx.h“
#include “xjmFtp.h“
#include “MainFrm.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMainframe
IMPLEMENT_DYNCREATE(CMainframe CframeWnd)
BEGIN_MESSAGE_MAP(CMainframe CframeWnd)
//{{AFX_MSG_MAP(CMainframe)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code !
ON_WM_CREATE()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
static UINT indicators[] =
{
ID_SEPARATOR // status line indicator
ID_INDICATOR_CAPS
ID_INDICATOR_NUM
ID_INDICATOR_SCRL
};
/////////////////////////////////////////////////////////////////////////////
// CMainframe construction/destruction
CMainframe::CMainframe()
{
// TODO: add member initialization code here
}
CMainframe::~CMainframe()
{
}
int CMainframe::OnCreate(LPCREATESTRUCT lpCreateStruct)
{
if (CframeWnd::OnCreate(lpCreateStruct) == -1)
return -1;
if (!m_wndToolBar.CreateEx(this TBstyle_FLAT WS_CHILD | WS_VISIBLE | CBRS_TOP
| CBRS_GRIPPER | CBRS_TOOLTIPS | CBRS_FLYBY | CBRS_SIZE_DYNAMIC) ||
!m_wndToolBar.LoadToolBar(IDR_MAINframe))
{
TRACE0(“Failed to create toolbar\n“);
return -1; // fail to create
}
if (!m_wndStatusBar.Create(this) ||
!m_wndStatusBar.SetIndicators(indicators
sizeof(indicators)/sizeof(UINT)))
{
TRACE0(“Failed to create status bar\n“);
return -1; // fail to create
}
// TODO: Delete these three lines if you don‘t want the toolbar to
// be dockable
m_wndToolBar.EnableDocking(CBRS_ALIGN_ANY);
EnableDocking(CBRS_ALIGN_ANY);
DockControlBar(&m_wndToolBar);
return 0;
}
BOOL CMainframe::PreCreateWindow(CREATESTRUCT& cs)
{
if( !CframeWnd::PreCreateWindow(cs) )
return FALSE;
// TODO: Modify the Window class or styles here by modifying
// the CREATESTRUCT cs
return TRUE;
}
/////////////////////////////////////////////////////////////////////////////
// CMainframe diagnostics
#ifdef _DEBUG
void CMainframe::AssertValid() const
{
CframeWnd::AssertValid();
}
void CMainframe::Dump(CDumpContext& dc) const
{
CframeWnd::Dump(dc);
}
#endif //_DEBUG
/////////////////////////////////////////////////////////////////////////////
// CMainframe message handlers
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 54957 2005-07-08 11:11 cn700_vc7103453453624\底层实现ftp客户端\底层实现ftp客户端\Debug\FTPclient.obj
文件 0 2005-07-08 11:11 cn700_vc7103453453624\底层实现ftp客户端\底层实现ftp客户端\Debug\FTPclient.sbr
文件 3679232 2005-07-08 11:11 cn700_vc7103453453624\底层实现ftp客户端\底层实现ftp客户端\Debug\GFTPTest.bsc
文件 127102 2005-07-08 11:11 cn700_vc7103453453624\底层实现ftp客户端\底层实现ftp客户端\Debug\GFTPTest.exe
文件 259912 2005-07-08 11:11 cn700_vc7103453453624\底层实现ftp客户端\底层实现ftp客户端\Debug\GFTPTest.ilk
文件 15964 2005-07-08 11:10 cn700_vc7103453453624\底层实现ftp客户端\底层实现ftp客户端\Debug\GFTPTest.obj
文件 6923636 2005-07-08 11:10 cn700_vc7103453453624\底层实现ftp客户端\底层实现ftp客户端\Debug\GFTPTest.pch
文件 320512 2005-07-08 11:11 cn700_vc7103453453624\底层实现ftp客户端\底层实现ftp客户端\Debug\GFTPTest.pdb
文件 4592 2005-07-08 11:10 cn700_vc7103453453624\底层实现ftp客户端\底层实现ftp客户端\Debug\GFTPTest.res
文件 0 2005-07-08 11:10 cn700_vc7103453453624\底层实现ftp客户端\底层实现ftp客户端\Debug\GFTPTest.sbr
文件 33300 2005-07-08 11:10 cn700_vc7103453453624\底层实现ftp客户端\底层实现ftp客户端\Debug\GFTPTestDlg.obj
文件 0 2005-07-08 11:10 cn700_vc7103453453624\底层实现ftp客户端\底层实现ftp客户端\Debug\GFTPTestDlg.sbr
文件 107119 2005-07-08 11:10 cn700_vc7103453453624\底层实现ftp客户端\底层实现ftp客户端\Debug\StdAfx.obj
文件 1381906 2005-07-08 11:10 cn700_vc7103453453624\底层实现ftp客户端\底层实现ftp客户端\Debug\StdAfx.sbr
文件 205824 2005-07-08 11:11 cn700_vc7103453453624\底层实现ftp客户端\底层实现ftp客户端\Debug\vc60.idb
文件 364544 2005-07-08 11:11 cn700_vc7103453453624\底层实现ftp客户端\底层实现ftp客户端\Debug\vc60.pdb
目录 0 2005-07-08 11:11 cn700_vc7103453453624\底层实现ftp客户端\底层实现ftp客户端\Debug
文件 11967 2005-07-08 11:11 cn700_vc7103453453624\底层实现ftp客户端\底层实现ftp客户端\FTPclient.cpp
....... 1301 2002-07-26 14:52 cn700_vc7103453453624\底层实现ftp客户端\底层实现ftp客户端\FTPclient.h
....... 4372 1999-04-09 18:37 cn700_vc7103453453624\底层实现ftp客户端\底层实现ftp客户端\GFTPTest.001
....... 37656 1999-04-10 14:02 cn700_vc7103453453624\底层实现ftp客户端\底层实现ftp客户端\GFTPTest.aps
....... 2662 1999-04-10 14:14 cn700_vc7103453453624\底层实现ftp客户端\底层实现ftp客户端\GFTPTest.clw
....... 2194 1999-03-24 22:59 cn700_vc7103453453624\底层实现ftp客户端\底层实现ftp客户端\GFTPTest.cpp
....... 4312 2002-07-26 15:41 cn700_vc7103453453624\底层实现ftp客户端\底层实现ftp客户端\GFTPTest.dsp
....... 541 2002-07-26 12:11 cn700_vc7103453453624\底层实现ftp客户端\底层实现ftp客户端\GFTPTest.dsw
....... 1354 1999-03-23 12:45 cn700_vc7103453453624\底层实现ftp客户端\底层实现ftp客户端\GFTPTest.h
文件 66560 2005-07-08 11:11 cn700_vc7103453453624\底层实现ftp客户端\底层实现ftp客户端\GFTPTest.ncb
文件 54784 2005-07-08 11:11 cn700_vc7103453453624\底层实现ftp客户端\底层实现ftp客户端\GFTPTest.opt
文件 930 2005-07-08 11:11 cn700_vc7103453453624\底层实现ftp客户端\底层实现ftp客户端\GFTPTest.plg
....... 8287 1999-04-10 14:02 cn700_vc7103453453624\底层实现ftp客户端\底层实现ftp客户端\GFTPTest.rc
............此处省略451个文件信息
- 上一篇:DSP语音识别教程+源代码
- 下一篇:全国边界.kml
相关资源
- flex&bison英文版+源码
- 仿课程格子 课程表 UI
- tensorflow下 自制rfrecords数据集采用on
- DNF最新脚本源码TC的
- 易语言成品仓库管理源码
- 推箱子自动求解及游戏(最终算法源
- fira机器人足球基础动作源码
- risc-v core Verilog源码
-
EasyWeb if
rame多标签版-混淆版源码 - FBAs游戏机模拟器源码,支持联网对战
- windows下编译adb源码
- 串口调试助手源码 串口调试助手源码
- LSD SLAM源码 windows版本非ROS版本
- STM32驱动12864点阵LCD,多级菜单,完整
- Givens矩阵分解
- 基于LABVIEW的STM32F0多路数据采集系统源
- DOS FTP显示速率
- znFat文件系统源码
-
Qt以tableWidget/tableView读取xm
l文件,并 - 餐厅管理系统(管理端与客户端)
- 游戏:猫狗大作战
- 简单的d3d第一人称射击游戏源码
- H+ UI 4.2最新完整版(带文档)源码
- .net版本非常好看的Metro风格留言板源
- 武术擂台机器人程序源码
- 基于STM32F103(C51)芯片的液晶显示屏
- BOS物流管理系统源码
- stm32读取磁卡ID程序源码
- FTP断点续传
- 视频行人检测源码
评论
共有 条评论