-
功能非常强大并且完整的FTP客户端,支持代理,SSL加密,多语种支持的完整的程序代码...
功能非常强大并且完整的FTP客户端,支持代理,SSL加密,多语种支持的完整的程序代码-very powerful and functional integrity of the FTP client, support agents, SSL encryption, multilingual support the integrity of the code
- 2023-01-12 22:40:03下载
- 积分:1
-
这是用C#编写的客户器与服务器的程序,为需要使用的人员提供了条件。...
这是用C#编写的客户器与服务器的程序,为需要使用的人员提供了条件。-this is a client programm and a server programm writen in c#,it provides convenience for people who need it.
- 2022-02-15 06:59:26下载
- 积分:1
-
FTP source of return. Have taken their own needs can use Ha ha.
FTP回报来源。已经拿了自己需要的可以用了呵呵。
- 2023-01-13 19:25:04下载
- 积分:1
-
包括MyFtpServer程序,附带ftp客户端程序,VC源代码。
包括MyFtpServer程序,附带ftp客户端程序,VC源代码。-including MyFtpServer program,as well as ftp client program,source code in VC.
- 2022-08-04 10:39:11下载
- 积分:1
-
这是开发2410的时候用的一个服务器软件,希望能有用吧。
这是开发2410的时候用的一个服务器软件,希望能有用吧。-This is a development of 2410, when a server software with the hope it useful.
- 2022-05-30 21:23:42下载
- 积分:1
-
ftpclient
一个linux下的ftp客户端,界面用qt实现。登录FTP服务器超快速,软件界面简洁(Under a linux ftp client, interface with qt achieved. Log in ultra-fast FTP server, software, simple interface)
- 2010-09-17 18:09:53下载
- 积分:1
-
ICS.ftpsrv.modified, attributes the increase RelativePath
ICS.ftpsrv.modified,增加RelativePath属性-ICS.ftpsrv.modified, attributes the increase RelativePath
- 2022-04-09 05:19:35下载
- 积分:1
-
perl实现ssh,通过ssh实现了命令执行,文件上传下载功能
perl实现ssh,通过ssh实现了命令执行,文件上传下载功能
-perl realize ssh, achieved through the ssh command execution, file upload download
- 2022-11-09 23:25:03下载
- 积分:1
-
利用internet transfer控件编写的ftp程序。
利用internet transfer控件编写的ftp程序。-use internet transfer control procedures for the preparation of the ftp.
- 2022-02-05 08:37:12下载
- 积分:1
-
多线程网络传输代码,从网络棋牌游戏中整理出这个献给大家:)
开发环境:Delphi7.0+WinXP,没用其他控件(除了Delphi自带的Indy)
使...
多线程网络传输代码,从网络棋牌游戏中整理出这个献给大家:)
开发环境:Delphi7.0+WinXP,没用其他控件(除了Delphi自带的Indy)
使用协议:TCP/IP
客户端一次发送65000字节的包,服务端负责组装并处理数据粘连。
使用ReadBuffer(),Send()函数来接收发送Buffer内字节,这样作的目的是使程序具有更好的灵活性。你可以自定义Buffer内那些字节的含义,例如是字符串、图像、声音、命令等等。
文件的多线程读写采用windows内存映像技术。
关键的服务器处理函数IdTCPServer1Execute(AThread: TIdPeerThread)是非线程安全的。如果使用临界区,那么多线程将在这里串行执行,严重降低多线程效率。对此,我采用一个简单的办法,具体可以看程序。
- 2022-03-14 09:19:54下载
- 积分:1