資源簡介
用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個文件信息
評論
共有 條評論