资源简介
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
相关资源
- Scratch源码
- E4A无障碍跨程序操作类库(带源码、
- 设备管理系统源码
- 安卓wifi直连app源码
- FTP课程设计(服务端+客户端)
- 我的世界源码(易语言版)
- labview编程软件滤波器以及编写程序设
- 我的界面(visual foxpro)源码
- 易语言:一键cf基址源码
- The Secret Path 3D 3D魔方迷宫[源码][scra
- scratch垃圾分类源码(最终版本).sb
- VisualStudioUninstaller vs卸载工具
- 安卓QQ6.71协议源码易语言,qq协议源码
- 编译原理实验工具及参考源码(lex&
- E盾偷后台工具源码
- 组态王驱动开发包3.0.0.7(中文)
- 多窗口后台鼠标连点器
- UNIX/LINUX编程实践教程的源码
- 使用选择性重传协议实现UDP可靠通信
- 十以内加减法练习 powerbuilder源码
- python实现的ftp自动上传、下载脚本
- 农场开发项目
- VC 获得文件属性 获取文件的创建时
- OCR源码
- PLC上位机编程软件
- 用foobar2000听google音乐[更新一下]
- 学生信息管理系统源码
- 用Socket编程实现FTP
- 读者写者问题(读者优先,写者优先
- 用VC 编写的仿QQ聊天室程序源代码
评论
共有 条评论