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

搜索资源列表

  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. zlib-1.2.2

    0下载:
  2. zlib 1.2.2 is a general purpose data compression library. All the code is thread safe. The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952 in the files http://www.ietf.org/rfc/rfc1950.txt (zlib format), r
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:483798
    • 提供者:fwx
  1. 用ftp协议完成多线程断点续传的源码

    0下载:
  2.  各个线程任务分配是这样实现的。在开始下载时,文件平均分成若干块进行下载。如第一个线程一开始的任务是从文件的0位置开始下载一直到72908位置处。线程1每次下载一块数据后就要调整任务,如第一次下载了20800字节的数据,那么线程1的任务将改为:20800-72908。如此下去,直到任务为72908-72908时表示线程1完成了当前的下载任务。此时,线程1就分析各个线程的任务,找出任务最为繁忙的一个线程:如线程3:14816-218724。那么线程1就自动去调整任务,拿50%的任务来再次下载。周而
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:96233
    • 提供者:屠理峰
  1. FTPsever_c++.net

    0下载:
  2. 利用Socket套接字创建基于对话框类的FTP工具。主要功能是在网络上的FTP服务器上,实现单线程下载,能够实现文件上传功能。-use Socket created based on the type dialog FTP tools. Its main function is on the network FTP server, the thread to achieve the download, upload documents to achieve functional.
  3. 所属分类:Ftp服务器

    • 发布日期:2008-10-13
    • 文件大小:241131
    • 提供者:林林
  1. ftp探索工具

    0下载:
  2. 该软件可搜索指定IP段内的可匿名登陆的FTP服务器。\\n 能够指定是自动搜索还是手动搜索. \\n 自动搜索每次会开启你指定的线程数进行搜索。当设置手动搜索时,双击一下列表框 的选项就可以打开一个新的线程进行搜索和验证\\n\\n注意:\\n 请不要指定范围过大的IP段,否则在列表框的初始化时会占用不少时间和系统资源。-The software can be designated search of the IP within the landing anonymous FTP server.
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:234488
    • 提供者:赵艳
  1. Java_Socke183657142005

    0下载:
  2. 一个基于Java编写的Socket程序,提供简单的FTP功能实现 This networking program set consists of implementation of FTP, TELNET, HTTP SERVER, UDP NEWS SERVER, Multi client parallel chat server, Date server. Knowledge of socket programming, applet, AWT, thread, and IO str
  3. 所属分类:Ftp Server

    • 发布日期:2017-03-29
    • 文件大小:46561
    • 提供者:Tony Yau
  1. FTP_delpli

    0下载:
  2. // 模块说明: FTP传输核心模块类 // 功能: 指定一个下载(上传)的日期或文件名,系统执行传输功能(支持续传) // 备注:该模块属于传输类的一个子线程模块. -//Module Descr iption: FTP transmission core modules category// function: to designate a download (upload) the date or file name, the system transfer function
  3. 所属分类:Ftp Client

    • 发布日期:2017-03-25
    • 文件大小:7401
    • 提供者:wzw
  1. multiftpthreadprj

    0下载:
  2. 用C#编写了多线程的程序,大家相互学习.希望能够在这里认识很多的编程爱好者-this program is for ftp multi-thread. We can learn each other.Bless
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:91290
    • 提供者:胡伟
  1. Ftp

    0下载:
  2. FTP上传功能,使用独立线程控制,解决程序未响应。-FTP upload feature, use an independent thread control, settlement procedures did not respond.
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:33778
    • 提供者:零度
  1. Ftp

    1下载:
  2. 运用多线程(工作线程),实现FTP客户端。-The use of multi-threaded (worker thread), the realization of FTP client.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:1903408
    • 提供者:张伟
  1. FTPTree

    0下载:
  2. FTPTree FTP Thread Tree Demo
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:27453
    • 提供者:hob
  1. 20062340Ftp

    0下载:
  2. 一个可以往ftp上上传东西的程序,通过多线程实现,VC++6.0平台编写。-One thing you can upload to the ftp program, through a multi-thread implementation, VC++6.0 platform preparation.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-02
    • 文件大小:33482
    • 提供者:linyu
  1. vc_ftpserver

    0下载:
  2. 它可以同时接受多个ftp连接(多线程)并具有大部分的一些商业ftp服务器的功能。服务器支持所有基本的ftp命令并提供给用户简单的管理接口,支持虚拟目录。-It can also accept multiple ftp connections (multi-thread) and have most of the functions of some commercial ftp server. Server supports all the basic ftp commands and provi
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-02
    • 文件大小:185034
    • 提供者:euths
  1. FTPServerThread

    0下载:
  2. FTP Thread, to get access from android phone platform.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-08
    • 文件大小:548
    • 提供者:Ariel
  1. FTP

    0下载:
  2. 多线程FPT客户端程序简版:创建新的线程,编写线程函数。传递参数值和返回结果。-Multi-threaded client program FPT simple version: create a new thread, the preparation of the thread function. Pass parameters and return results.
  3. 所属分类:Ftp Client

    • 发布日期:2017-03-29
    • 文件大小:50055
    • 提供者:马文强
  1. VC-FTP-Thread

    0下载:
  2. multithread 多线程上传和下载文件,希望可以帮到你们-multithread this is show how to download and upload。
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-08
    • 文件大小:16612
    • 提供者:刘军利
  1. FTP-Multi-Thread

    1下载:
  2. VB 无需使用INET控件,多线程登录FTP服务器。-Without the use of INET control, the multi thread login to the FTP server.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-15
    • 文件大小:6543
    • 提供者:herry
  1. ftp-link-scanning-tool

    0下载:
  2.   1 、解压2个软件(黑帽学习网http://www.heimaoxuexi.com/thread-118-1-1.html整理)   2 、先带来 这个软件。然后再软件上设置 关键词。不要问我要写扫描关键词啊,这个随便你自己 。比如: 代理、批发 等等 。。。自己设定就好了。然后就是线程,如你的电脑速度快 你可以设置到1000线程 差点的电脑可以搞500 或者300 好像有个别的亲,是路由拨号上网的,好像线程开大了。网络会掉线!呵呵 刚刚反应给我的!亲们按照自己的,情况而定吧,我这里开2
  3. 所属分类:Scanner

    • 发布日期:2017-04-03
    • 文件大小:80289
    • 提供者:黑帽
  1. 9709862

    0下载:
  2. 展示了用WinInet FTP函数在第二个线程执行期间从匿名FTP服务器上下载文件的方法(Shows the using WinInet FTP function during the second thread execution from the anonymous method to download files on the FTP server)
  3. 所属分类:其他小程序

    • 发布日期:2017-12-26
    • 文件大小:6144
    • 提供者:XSKD@5221
  1. Ftp单线程客户端

    1下载:
  2. 一个简单的ftp单线程客户端,通过mfc wininet类实现的ftp客户端,支持上传和下载(A simple FTP single thread client, FTP client realized by MFC WinInet class, supports upload and download)
  3. 所属分类:Ftp客户端

    • 发布日期:2020-05-29
    • 文件大小:27648
    • 提供者:王俞
« 12 »
搜珍网 www.dssz.com