• 大小: 2.99MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-09-20
  • 语言: C/C++
  • 标签: FTP  源代码  VC++  

资源简介

用Visual C++写的小型FTP服务器源代码,对学习网络通信的朋友们会有帮助,欢迎有兴趣研究FTP原理与编程的朋友们下载分享

资源截图

代码片段和文件信息

// AboutDlg.cpp : implementation file
//

#include “stdafx.h“
#include “resource.h“
#include “AboutDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CAboutDlg dialog


CAboutDlg::CAboutDlg(CWnd* pParent /*=NULL*/)
: CDialog(CAboutDlg::IDD pParent)
{
//{{AFX_DATA_INIT(CAboutDlg)
// NOTE: the ClassWizard will add member initialization here
//}}AFX_DATA_INIT
}


void CAboutDlg::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CAboutDlg)
DDX_Control(pDX IDC_STARWARS m_StarWarsCtrl);
//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(CAboutDlg CDialog)
//{{AFX_MSG_MAP(CAboutDlg)
// NOTE: the ClassWizard will add message map macros here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CAboutDlg message handlers

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

     文件       1001  2002-03-18 11:58  老外用VC++写的小型FTP服务器源代码\AboutDlg.cpp

     文件       1145  2009-04-28 13:23  老外用VC++写的小型FTP服务器源代码\AboutDlg.h

     文件       2640  2002-07-10 13:34  老外用VC++写的小型FTP服务器源代码\AddIPDlg.cpp

     文件       1260  2002-05-19 12:36  老外用VC++写的小型FTP服务器源代码\AddIPDlg.h

     文件       1406  2002-07-10 13:34  老外用VC++写的小型FTP服务器源代码\AddUserDlg.cpp

     文件       1257  2009-04-28 13:22  老外用VC++写的小型FTP服务器源代码\AddUserDlg.h

     文件      40446  2002-07-10 13:34  老外用VC++写的小型FTP服务器源代码\ApplicationDlg.cpp

     文件       3738  2009-04-28 13:22  老外用VC++写的小型FTP服务器源代码\ApplicationDlg.h

     文件       4031  2002-07-10 13:34  老外用VC++写的小型FTP服务器源代码\ColorListBox.cpp

     文件       1392  2002-03-08 15:58  老外用VC++写的小型FTP服务器源代码\ColorListBox.h

     文件       9161  2002-07-10 13:35  老外用VC++写的小型FTP服务器源代码\ConfigurationPage.cpp

     文件       1694  2009-04-28 13:23  老外用VC++写的小型FTP服务器源代码\ConfigurationPage.h

     文件      31413  2002-07-12 09:59  老外用VC++写的小型FTP服务器源代码\ConnectSocket.cpp

     文件       2276  2002-07-12 09:57  老外用VC++写的小型FTP服务器源代码\ConnectSocket.h

     文件       7267  2002-07-10 13:35  老外用VC++写的小型FTP服务器源代码\ConnectThread.cpp

     文件       1784  2002-05-19 15:26  老外用VC++写的小型FTP服务器源代码\ConnectThread.h

     文件      15799  2002-07-10 13:35  老外用VC++写的小型FTP服务器源代码\DataSocket.cpp

     文件       1410  2002-03-14 15:55  老外用VC++写的小型FTP服务器源代码\DataSocket.h

     文件      15943  2010-10-05 16:14  老外用VC++写的小型FTP服务器源代码\Debug\AboutDlg.obj

     文件      29108  2010-10-05 16:14  老外用VC++写的小型FTP服务器源代码\Debug\AddIPDlg.obj

     文件      26832  2010-10-05 16:14  老外用VC++写的小型FTP服务器源代码\Debug\AddUserDlg.obj

     文件     174090  2010-10-05 16:14  老外用VC++写的小型FTP服务器源代码\Debug\ApplicationDlg.obj

     文件      30779  2010-10-05 16:14  老外用VC++写的小型FTP服务器源代码\Debug\ColorListBox.obj

     文件      53493  2010-10-05 16:14  老外用VC++写的小型FTP服务器源代码\Debug\ConfigurationPage.obj

     文件     113529  2010-10-05 16:14  老外用VC++写的小型FTP服务器源代码\Debug\ConnectSocket.obj

     文件      45926  2010-10-05 16:14  老外用VC++写的小型FTP服务器源代码\Debug\ConnectThread.obj

     文件      34371  2010-10-05 16:14  老外用VC++写的小型FTP服务器源代码\Debug\DataSocket.obj

     文件      54521  2010-10-05 16:14  老外用VC++写的小型FTP服务器源代码\Debug\DialogResize.obj

     文件      31141  2010-10-05 16:14  老外用VC++写的小型FTP服务器源代码\Debug\DirectoryDlg.obj

     文件       8104  2010-10-05 16:14  老外用VC++写的小型FTP服务器源代码\Debug\FTPEventSink.obj

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

评论

共有 条评论