找回密码
 加入
搜索
查看: 7246|回复: 4

[各类服务] FileZilla 3.3.3 强大的FTP客户端.1000线程便携版

  [复制链接]
发表于 2010-7-28 14:43:23 | 显示全部楼层 |阅读模式
---------------------------------
名称:FileZilla
类别:FTP客户端
语言:多国语言
官网:http://filezilla-project.org/
介绍:
       强大,兼容性好,界面友好,跨平台,多标签,多线程
截图:
下载:http://code.google.com/p/thesnow/downloads/list
----------------------------------
默认为10线程,我改了下代码,改成了1000线程.这对FTP传输小文件是非常有利的(只要服务器支持,你就能同时下载1000个文件.)

修改方法:
1.源代码:
\FileZilla3\src\interface\settings\optionspage_transfer.cpp

        pCtrl = XRCCTRL(*this, "ID_NUMTRANSFERS", wxTextCtrl);
        if (!pCtrl->GetValue().ToLong(&tmp) || tmp < 1 || tmp > 10)
                return DisplayError(pCtrl, _("Please enter a number between 1 and 10 for the number of concurrent transfers."));
2.已编译文件:
OD搜索下方代码
mov     edx, dword ptr [ebp-20]
cmp     eax, 0A
any
sub     edx, 0C
mov     eax, dword ptr [edx]
cmp     eax, -1

把cmp     eax, 0A中的0A改为其它16进制数.LIKE:7A

评分

参与人数 1金钱 +10 收起 理由
ac5474012 + 10 不支持中文?

查看全部评分

发表于 2010-7-28 17:55:41 | 显示全部楼层
FileZilla存在我硬盘里好多年了~~~~
发表于 2010-12-29 12:05:07 | 显示全部楼层
试试看,好不好用的
发表于 2011-2-10 17:04:21 | 显示全部楼层
mov     edx, dword ptr [ebp-20]
cmp     eax, 0A
any
sub     edx, 0C
mov     eax, dword ptr [edx]
cmp     eax, -1

屮,汇编啊
发表于 2011-6-25 12:02:12 | 显示全部楼层
试试看,好不好用的
您需要登录后才可以回帖 登录 | 加入

本版积分规则

QQ|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度

GMT+8, 2024-4-19 22:16 , Processed in 0.086511 second(s), 27 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表