CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - FTP 类

搜索资源列表

  1. kingate-1.6.tar

    0下载:
  2. kingate是一个代理服务器,能代理多种协议,包括:http,https,socks,ftp,pop3,smtp,telnet,dns。能运行在linux,freebsd,...及其它类unix,还有windows(最新版本要求nt 4.0以上)操作系统上 kingate是一个多线程的程序(采用线程池的方式),所以短时间内大量的连接请求,kingate还能保持很高的性能。 kingate还支持tcp端口映射,可以实现别人访问你的内网主机。-kingate is an agent server,
  3. 所属分类:代理服务器

    • 发布日期:2008-10-13
    • 文件大小:225105
    • 提供者:none
  1. JMyFtpClient

    0下载:
  2. Ftp 文件和文件夹上传下载类 很实用-A class of ftp which can uploads and downloads files and directories. Very useful.
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:30819
    • 提供者:王为
  1. ftpfiles

    1下载:
  2. 本程序实现FTP客户端的功能,能够登录FTP服务器、显示登录客户目录下的文件、目 录名和提供文件下载上传服务。本程序是一个取于对话框的MFC应用程序,主要介绍如何通过CInternetSession类、CFtpConnection类和CFtpFileFind类连接FTP服务器进行文件传输。-FTP client function can login FTP server, log shows the client directory, a directory name and file uplo
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:59623
    • 提供者:陈康
  1. ftpclient_class

    0下载:
  2. ftp客户端完整实现的类,完整实现了上传、下载、删除、列表等等功能!-a c++ ftp class ,which implements upload/download/delete/list function,etc.
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:38995
    • 提供者:篱笆
  1. Simple_FTP_Server

    0下载:
  2. ftp ftp下载的好处我在这里就不多说了,许多工程会把ftp下载作为一个重要的功能来实现。微软提供的WinInet类可以利用下面这些函数: -ftp download the benefits here, I will not say more, many works will ftp download as an important function to be achieved. Microsoft's WinInet class can use these functions b
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:274033
    • 提供者:feng
  1. FtpFiless

    0下载:
  2. 使用WinInet类开发的ftp客户端 实现了ftp的基本功能.-category development ftp client achieve the ftp's basic functions.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:28715
    • 提供者:李聪
  1. NowUsingv1.1

    0下载:
  2. 将FTP客户端封装到一个C++类里,只有三个接口,简单实用,而且稳定,已经过严格测试!-FTP client will be packaged into a category C, only three interface, simple and practical, but stable, rigorous testing has been!
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:17658
    • 提供者:鲁霖
  1. FTPClient01_src

    0下载:
  2. 一个对FTP上传和下载进行了封装的C++类。实现了PASV模式,简单易用。-one pair of FTP upload and download of the category C Packaging. To achieve the PASV mode, easy to use.
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:44555
    • 提供者:刘宇
  1. FTP--HTTP-multithreaded-HTTP

    0下载:
  2. 多线程下载的原理并不复杂,主要的两项技术就是多线程和断点下载。程序中开启多个线程,每个线程利用断点下载,分别下载文件的不同部分,下载完后合并,就可以了。多线程编程很多书已有介绍,这里不再重复,关于断点下载,MFC中提供的CInternetFile类可实现HTTP的断点下载,但无法实现FTP的断点下载。-Multi-threaded download principle is not complicated, the two main technology is multi-threaded an
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-29
    • 文件大小:69663
    • 提供者:张雨
  1. FTP

    0下载:
  2. FTP操作类FTPHelper,FTPClient,FTPOperater,-FTP operation type FTPHelper, FTPClient, FTPOperater,
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:8415
    • 提供者:houxu
  1. ftpliushui

    0下载:
  2. Python中默认安装的ftplib模块定义了FTP类,其中函数有限,可用来实现简单的ftp客户端,用于上传或下载文件-Python in the default installation of the ftplib module defines the FTP class, which function is limited, can be used to achieve a simple FTP client, for uploading or downloading files
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-12
    • 文件大小:1177
    • 提供者:ZHUDE
  1. FTP

    0下载:
  2. 本源码实现了简单FTP功能的模拟实现,包括客户端与服务端的相应构造函数和构造类的编写。-The source to achieve a simple FTP function analog implementation, including the corresponding class constructor and construct client and service side of the preparation.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-13
    • 文件大小:3000376
    • 提供者:jensen
  1. ftp

    0下载:
  2. 编写一个ftp client程序,直接用socks或者用vc的相应类,实现能够登录一个ftp服务器,列目录,下载,并保存在本地。界面可以模仿flashfxp。
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-11
    • 文件大小:2107994
    • 提供者:王志炜
  1. ftpDemo

    0下载:
  2. java语言操作ftp文件,上传下载和删除,一共三个类,一个工具类Ftputil.,一个实体类Kmconfig。一个测试类Test(Java language operations, FTP files, upload, download and delete, a total of three classes, a tool class Ftputil., an entity class, Kmconfig. A test class Test)
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:2048
    • 提供者:huster2011
  1. FileUtil

    0下载:
  2. fastdfs \ ftp \本地 ,统一上传和下载的入口 要这么多字数啊 ,这个很实用(fastDFS \ "FTP \" local, unified upload and download the entrance to so many words ah, this is very practical)
  3. 所属分类:其他

  1. FtpAPI

    0下载:
  2. 一个很好用的VB.NET写的FTP上传下载类库,可直接拿DLL来用。(A very good use of VB.NET to write FTP upload and download library, can be used directly with DLL.)
  3. 所属分类:Ftp客户端

    • 发布日期:2018-04-19
    • 文件大小:94208
    • 提供者:cici1980
  1. $R62PS3B

    0下载:
  2. ftp文件上传工具类,id图片生成工具类(FTP file upload tool class, ID picture generation tool class)
  3. 所属分类:Ftp服务器

  1. 网络管理系统

    0下载:
  2. 第一次上传资源。<br>第一个工程是界面<br>第二个工程是FTPClient类(Upload the resource for the first time. The first project of <br> is the interface <br> second engineering is the FTPClient class)
  3. 所属分类:Ftp服务器

    • 发布日期:2018-04-28
    • 文件大小:25979904
    • 提供者:111110的
  1. csharp类库

    0下载:
  2. 文件夹读写,图片读写,各种加密解密,XML操作,ftp操作,自己常用的类库(Folder read and write, picture reading and writing, various encryption and decryption, XML operation, FTP operation, commonly used class library)
  3. 所属分类:C#编程

    • 发布日期:2018-05-03
    • 文件大小:3576832
    • 提供者:lucky559
  1. FTP一个完整FTP客户端类库实例

    0下载:
  2. 本代码实现了一个完整的FTP客户端,实测可用,不可多得!
  3. 所属分类:C#编程

    • 发布日期:2021-02-08
    • 文件大小:103530
    • 提供者:luoriwuhuchun
« 1 2 3 45 6 7 8 9 10 11 »
搜珍网 www.dssz.com