资源简介
非常值得参考的FTP客户端源代码,采用winsock编写的客户端FTP程序。
代码片段和文件信息
// Client.cpp : Defines the entry point for the console application.
//
/***********************************Drawbacks*********************************************/
/*
1. I did not realize the passive listen method. You‘d better write it in your
client especially hoping to bypass firewall. :|)
2. Retransfering is not satisfied. I just realized the single file‘s retranfering. If
you want to realize the retransfering for both file and directory you should rewrite
the directory searching method. In this client I wrote DownloadWholeDirectory by
iterator here you should rewrite it by cycle. Using this way you
can record all unsent directory in flat. In fact if you do not care the effective you
could write the retransfering in a simple way. LENGTHArray is left for the purpo
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 243 2005-11-19 22:14 Client\Client.clw
文件 24700 2006-02-10 21:44 Client\Client.cpp
文件 4302 2005-11-24 06:55 Client\Client.dsp
文件 537 2005-11-19 22:14 Client\Client.dsw
文件 326 2005-11-19 22:14 Client\Client.h
文件 58368 2010-06-13 15:27 Client\Client.ncb
文件 48640 2010-06-13 15:27 Client\Client.opt
文件 2051 2010-06-12 18:24 Client\Client.plg
文件 1457 2005-11-19 22:14 Client\Client.rc
文件 147573 2010-06-12 18:24 Client\Debug\Client.exe
文件 186592 2010-06-12 18:24 Client\Debug\Client.ilk
文件 164368 2010-06-12 18:24 Client\Debug\Client.obj
文件 5638132 2010-06-12 18:24 Client\Debug\Client.pch
文件 312320 2010-06-12 18:24 Client\Debug\Client.pdb
文件 128 2010-06-12 18:24 Client\Debug\Client.res
文件 106108 2010-06-12 18:24 Client\Debug\StdAfx.obj
文件 254976 2010-06-12 18:24 Client\Debug\vc60.idb
文件 487424 2010-06-12 18:24 Client\Debug\vc60.pdb
文件 1605 2005-11-19 22:14 Client\ReadMe.txt
文件 447 2005-11-19 22:14 Client\Resource.h
文件 293 2005-11-19 22:14 Client\StdAfx.cpp
文件 1116 2005-11-22 03:59 Client\StdAfx.h
目录 0 2010-06-12 18:34 Client\Debug
目录 0 2010-06-13 15:27 Client
----------- --------- ---------- ----- ----
7441706 24
相关资源
- VC基本图像处理源码集
- c++ 直线裁剪、画矩形等(graphics)
- SpaceClaim2016_SP0_UsersGuide
- CUDA 编程4.2(CUDA_C_Programming_Guide_4.2)
- 圆环纹理映射(c++项目)
- opencv 动物识别
- 《DirectX游戏开发终极指南》随书源码
- 人脸特征点检测,轻量级的MTCNN实现
- visual c++数字图像模式识别技术详解
- Learning OpenCV3 英文版
- VC+MFC实现真实感图形(正方体+菊花)
- cuda c编程(CUDA_C_Programming_Guide)
- OpenCV实现移动跟踪非常简单
- Qt5C++GUIProgrammingCookbook(PDF+源码)
- c++ 电子海图简单程序
- 《从0到1教你写uCOS-III》pdf 图文教程(
- C++/Qt 期货数据获取
- c++ 实时获取光标处颜色(类似抓色器
- c++ 执行脚本的程序(一键安装全部卸
- 定时器 c++源码
- office 文档自动打印
- 7z sdk的C++封装
- vc6 读取 shp文件
- 单片机与PC机串口通信的类程序
- Amcap源码
- c++ 压缩文件/解压缩文件 (亲测通过
- c++ 串口通信Demo源码(方便学习调试)
- 通过图像实现Z轴定位(opencv)
- 邓俊辉数据结构(C++版)第三版
- C程序设计
评论
共有 条评论