• 大小: 1.63MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-07
  • 语言: 其他
  • 标签: Socket编程  C  

资源简介

FTP核心功能是否采用自编类 能够指定目标机器IP和端口 能够指定认证用的用户名/口令 支持匿名用户登录 能够在PASV模式下工作 能够成功连接服务器,列出主目录 能够变换目录,并指定源/目标目录 能够下载文件到本地,并能顺利打开 能够显示通信过程中的所有交互信息 能够主动断开连接 能够在PORT模式下工作 能够把本地文件上传到服务器 支持多线程下载 采用图形界面,界面美观

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Ftp.h“
#include “FtpDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CFtpApp

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

/////////////////////////////////////////////////////////////////////////////
// CFtpApp construction

CFtpApp::CFtpApp()
{
// TODO: add construction code here
// Place all significant in

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

     文件      16518  2011-05-02 13:12  FTP\dir.ico

     文件      16518  2011-05-02 13:12  FTP\file.ico

     文件      56264  2011-05-22 19:47  FTP\Ftp.aps

     文件       2137  2011-05-22 19:55  FTP\Ftp.clw

     文件       2023  2011-05-02 13:12  FTP\Ftp.cpp

     文件       4333  2011-05-02 13:12  FTP\Ftp.dsp

     文件        531  2011-05-02 13:12  FTP\Ftp.dsw

     文件       1297  2011-05-02 13:12  FTP\Ftp.h

     文件      50688  2011-05-03 10:47  FTP\Ftp.opt

     文件        609  2011-05-03 09:09  FTP\Ftp.plg

     文件       7396  2011-05-02 16:29  FTP\Ftp.rc

     文件      22572  2011-05-02 16:09  FTP\FtpDlg.cpp

     文件       2872  2011-05-02 13:58  FTP\FtpDlg.h

     文件      16655  2011-05-02 16:12  FTP\FtpOperate.cpp

     文件       1801  2011-05-02 13:12  FTP\FtpOperate.h

     文件       3525  2011-05-02 13:12  FTP\ReadMe.txt

     文件     286720  2011-05-03 09:09  FTP\Release\Ftp.exe

     文件      12389  2011-05-02 13:58  FTP\Release\Ftp.obj

     文件    5572556  2011-05-02 13:12  FTP\Release\Ftp.pch

     文件      42816  2011-05-02 16:29  FTP\Release\Ftp.res

     文件      49267  2011-05-02 16:29  FTP\Release\FtpDlg.obj

     文件      35058  2011-05-03 09:09  FTP\Release\FtpOperate.obj

     文件        738  2011-05-02 13:12  FTP\Release\StdAfx.obj

     文件      58368  2011-05-03 09:09  FTP\Release\vc60.idb

     文件       1078  2011-05-02 13:12  FTP\res\Ftp.ico

     文件        395  2011-05-02 13:12  FTP\res\Ftp.rc2

    ..A.SH.      3072  2011-05-02 13:14  FTP\res\Thumbs.db

     文件       1691  2011-05-02 13:12  FTP\resource.h

     文件        205  2011-05-02 13:12  FTP\StdAfx.cpp

     文件       1054  2011-05-02 13:12  FTP\StdAfx.h

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

评论

共有 条评论