• 大小: 0.01M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-29
  • 语言: C/C++
  • 标签: FTP  test  

资源简介

FTP(File Transfer Protocol)协议主要用来在网络上进行文件传输。FTP通讯除了有一个默认的端口21外,还有其他端口,同城两个端口同时进行数据传输。一个是默认的端口(通常为21),主要进行控制连接,即进行命令协议及服务器端响应码的传输。另一个非标准端口主要进行数据,上传下载文件等。
						  

资源截图

代码片段和文件信息

// ftptest.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “ftptest.h“
#include “ftptestDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CFtptestApp

BEGIN_MESSAGE_MAP(CFtptestApp CWinApp)
//{{AFX_MSG_MAP(CFtptestApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CFtptestApp construction

CFtptestApp::CFtptestApp()
{
// TODO: add construction code

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

     文件       2171  2008-06-12 11:29  ftptest\ftptest.cpp

     文件       4308  2008-06-14 14:23  ftptest\ftptest.dsp

     文件       1335  2008-06-12 11:29  ftptest\ftptest.h

     文件       5040  2008-06-12 11:29  ftptest\ftptest.rc

     文件       4486  2008-06-12 13:32  ftptest\ftptestDlg.cpp

     文件       1454  2008-06-12 13:23  ftptest\ftptestDlg.h

     文件       2216  2008-06-14 14:45  ftptest\FtpThread.cpp

     文件       1337  2008-06-12 11:38  ftptest\FtpThread.h

     文件       3597  2008-06-12 11:29  ftptest\ReadMe.txt

     文件        575  2008-06-12 11:29  ftptest\Resource.h

     文件        209  2008-06-12 11:29  ftptest\StdAfx.cpp

     文件       1124  2008-06-12 11:38  ftptest\StdAfx.h

     文件       1078  2008-06-12 11:29  ftptest\res\ftptest.ico

     文件        399  2008-06-12 11:29  ftptest\res\ftptest.rc2

     目录          0  2008-11-09 20:55  ftptest\res

     目录          0  2008-11-09 20:55  ftptest

----------- ---------  ---------- -----  ----

                29329                    16


评论

共有 条评论