Welcome![Sign In][Sign Up]
Location:
Search - ftp thread

Search list

[WinSock-NDIS用ftp协议完成多线程断点续传的源码

Description:  各个线程任务分配是这样实现的。在开始下载时,文件平均分成若干块进行下载。如第一个线程一开始的任务是从文件的0位置开始下载一直到72908位置处。线程1每次下载一块数据后就要调整任务,如第一次下载了20800字节的数据,那么线程1的任务将改为:20800-72908。如此下去,直到任务为72908-72908时表示线程1完成了当前的下载任务。此时,线程1就分析各个线程的任务,找出任务最为繁忙的一个线程:如线程3:14816-218724。那么线程1就自动去调整任务,拿50%的任务来再次下载。周而复始直到各个线程都完成任务。不过这里有一点需要注意:为了避免重复下载部分数据,在调整任务的时候,起始的文件便移量必须加上接受缓冲器的字节数,因为如前面所举的列子来看。线程1和线程3在平衡负载的时候,线程正在下载数据,如果所剩的数据比接受缓冲器的大小还小,线程1和线程3的部分下载数据将会重复。   在调整任务和分析任务的时候,会发现一个问题。就是读取文件数据太过频繁。于是我用了一个数据结构。在下载文件的过程中始终打开配置文件,这样速度提高了很多。在文件下载完毕后关闭文件。-various threads assignment is achieved. At the beginning of the download, the paper divided into a number of pieces of the download. As a thread of a task is to start from the position paper of 0 to start the download has 72,908 locations Department. Thread a download each one will have to adjust the data tasks, such as the first downloaded 20,800 gigabytes of data, then threaded a task will be re :20800 - 72908. This situation continues until the mandate of 72908-72908 said threaded a completion of the current mandate of the download. At this point, a thread on the analysis of the various threads of tasks, the most heavy task to find a thread : If 3:14816-218724 threads. Then a threaded automatically adjust the mandate, with 50% of the tasks to be downloaded again. Thread cycle until all
Platform: | Size: 96233 | Author: 屠理峰 | Hits:

[Ftp Clientftp探索工具

Description: 该软件可搜索指定IP段内的可匿名登陆的FTP服务器。\\n 能够指定是自动搜索还是手动搜索. \\n 自动搜索每次会开启你指定的线程数进行搜索。当设置手动搜索时,双击一下列表框 的选项就可以打开一个新的线程进行搜索和验证\\n\\n注意:\\n 请不要指定范围过大的IP段,否则在列表框的初始化时会占用不少时间和系统资源。-The software can be designated search of the IP within the landing anonymous FTP server. \\ N can be specified manually or automatically search search. \\ N automatically search every time you specify will open a few threads search. When installed manually search, click what the options list box will be able to open a new thread of the search and verification \\ n \\ n Note : \\ n Do not designated too much of the IP, otherwise, in the initial list box will occupy a lot of time and system resources.
Platform: | Size: 234488 | Author: 赵艳 | Hits:

[Proxy Serverkingate-1.6.tar

Description: 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, can act the many kinds of agreements, including: Http, https, socks, ftp, pop3, smtp, telnet, dns. Can move in linux, freebsd.. And other kind of unix, but also has windows (the newest edition to request above nt 4.0) on the operating system kingate is a multi-thread procedure (uses line Cheng Chi the way), therefore in the short time the massive connections requested, kingate also can maintain the very high performance. Kingate also supports the tcp port mapping, may realize the others to visit you in webmaster machine.
Platform: | Size: 225280 | Author: none | Hits:

[Delphi VCLfreenet

Description: 提供了基于Winsock的Email、Http、 FTP等功能,其所附的Email范例程序已 接近了专业软件的水平,附源代码。-provided Winsock based Email, HTTP, FTP and other functions, its accompanying procedural paradigm Email close to the professional level software, the source code attached.
Platform: | Size: 698368 | Author: 牛西 | Hits:

[Ftp Clientftp探索工具

Description: 该软件可搜索指定IP段内的可匿名登陆的FTP服务器。\n 能够指定是自动搜索还是手动搜索. \n 自动搜索每次会开启你指定的线程数进行搜索。当设置手动搜索时,双击一下列表框 的选项就可以打开一个新的线程进行搜索和验证\n\n注意:\n 请不要指定范围过大的IP段,否则在列表框的初始化时会占用不少时间和系统资源。-The software can be designated search of the IP within the landing anonymous FTP server. \ N can be specified manually or automatically search search. \ N automatically search every time you specify will open a few threads search. When installed manually search, click what the options list box will be able to open a new thread of the search and verification \ n \ n Note : \ n Do not designated too much of the IP, otherwise, in the initial list box will occupy a lot of time and system resources.
Platform: | Size: 1862656 | Author: 赵艳 | Hits:

[Internet-Network用ftp协议完成多线程断点续传的源码

Description:  各个线程任务分配是这样实现的。在开始下载时,文件平均分成若干块进行下载。如第一个线程一开始的任务是从文件的0位置开始下载一直到72908位置处。线程1每次下载一块数据后就要调整任务,如第一次下载了20800字节的数据,那么线程1的任务将改为:20800-72908。如此下去,直到任务为72908-72908时表示线程1完成了当前的下载任务。此时,线程1就分析各个线程的任务,找出任务最为繁忙的一个线程:如线程3:14816-218724。那么线程1就自动去调整任务,拿50%的任务来再次下载。周而复始直到各个线程都完成任务。不过这里有一点需要注意:为了避免重复下载部分数据,在调整任务的时候,起始的文件便移量必须加上接受缓冲器的字节数,因为如前面所举的列子来看。线程1和线程3在平衡负载的时候,线程正在下载数据,如果所剩的数据比接受缓冲器的大小还小,线程1和线程3的部分下载数据将会重复。   在调整任务和分析任务的时候,会发现一个问题。就是读取文件数据太过频繁。于是我用了一个数据结构。在下载文件的过程中始终打开配置文件,这样速度提高了很多。在文件下载完毕后关闭文件。-various threads assignment is achieved. At the beginning of the download, the paper divided into a number of pieces of the download. As a thread of a task is to start from the position paper of 0 to start the download has 72,908 locations Department. Thread a download each one will have to adjust the data tasks, such as the first downloaded 20,800 gigabytes of data, then threaded a task will be re :20800- 72908. This situation continues until the mandate of 72908-72908 said threaded a completion of the current mandate of the download. At this point, a thread on the analysis of the various threads of tasks, the most heavy task to find a thread : If 3:14816-218724 threads. Then a threaded automatically adjust the mandate, with 50% of the tasks to be downloaded again. Thread cycle until all
Platform: | Size: 96256 | Author: 屠理峰 | Hits:

[Ftp ServerFTPsever_c++.net

Description: 利用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.
Platform: | Size: 7938048 | Author: 林林 | Hits:

[Ftp ClientWinCEFTPClient

Description: WinCE下的FTP客户端,只支持单线程文件上传下载删除的功能,局域网访问效果很好,支持外网访问。 -WinCE under the FTP client, which only supports thread to delete downloaded file upload function, LAN visit to good effect, and network support to the visit.
Platform: | Size: 135168 | Author: yangou | Hits:

[Internet-NetworkVB.FTP2.Rar

Description: FTP 多线程断点续传下载文件,VB比较详细-FTP multi-threaded HTTP download a file, VB more detailed
Platform: | Size: 254976 | Author: cobus | Hits:

[Ftp ServerJava_Socke183657142005

Description: 一个基于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 streams is essential to understand these programs. All Program Tested in JDK 1.4, and Run Successfully. Do not forget to run server program before starting client program. Developed By: Divyen K Pate-A Java-based Socket procedures prepared to provide a simple FTP functions 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 streams is essential to understand these programs.All Program Tested in JDK 1.4, and Run Successfully.Do not forget to run server program before starting client program.Developed By: Divyen K Pate
Platform: | Size: 46080 | Author: Tony Yau | Hits:

[Ftp ClientFTP_delpli

Description: // 模块说明: FTP传输核心模块类 // 功能: 指定一个下载(上传)的日期或文件名,系统执行传输功能(支持续传) // 备注:该模块属于传输类的一个子线程模块. -//Module Description: FTP transmission core modules category// function: to designate a download (upload) the date or file name, the system transfer function (support Resume)// Note: This module belongs to a sub-transmission-type thread module.
Platform: | Size: 7168 | Author: wzw | Hits:

[CSharpmultiftpthreadprj

Description: 用C#编写了多线程的程序,大家相互学习.希望能够在这里认识很多的编程爱好者-this program is for ftp multi-thread. We can learn each other.Bless
Platform: | Size: 91136 | Author: 胡伟 | Hits:

[CSharpFtp

Description: FTP上传功能,使用独立线程控制,解决程序未响应。-FTP upload feature, use an independent thread control, settlement procedures did not respond.
Platform: | Size: 33792 | Author: 零度 | Hits:

[Internet-NetworkFtp

Description: 运用多线程(工作线程),实现FTP客户端。-The use of multi-threaded (worker thread), the realization of FTP client.
Platform: | Size: 1903616 | Author: 张伟 | Hits:

[Windows DevelopFTPTree

Description: FTPTree FTP Thread Tree Demo
Platform: | Size: 27648 | Author: hob | Hits:

[Internet-Network20062340Ftp

Description: 一个可以往ftp上上传东西的程序,通过多线程实现,VC++6.0平台编写。-One thing you can upload to the ftp program, through a multi-thread implementation, VC++6.0 platform preparation.
Platform: | Size: 33792 | Author: linyu | Hits:

[Internet-Networkvc_ftpserver

Description: 它可以同时接受多个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 provides a simple management interface to the user, to support the virtual directory.
Platform: | Size: 185344 | Author: euths | Hits:

[Internet-NetworkFTPServerThread

Description: FTP Thread, to get access from android phone platform.
Platform: | Size: 1024 | Author: Ariel | Hits:

[VC/MFCMFC-FTP-thread-steps

Description: vc6.0使用Ftp传文件的操作步骤,适合学习参考,步骤详细-Steps of using FTP transport file . I suggest to read for study ,it have detail description
Platform: | Size: 479232 | Author: Michael He | Hits:

[Ftp ClientFtp单线程客户端

Description: 一个简单的ftp单线程客户端,通过mfc wininet类实现的ftp客户端,支持上传和下载(A simple FTP single thread client, FTP client realized by MFC WinInet class, supports upload and download)
Platform: | Size: 27648 | Author: 王俞 | Hits:
« 12 3 »

CodeBus www.codebus.net