-
C语言写得ftp客户端程序,对嵌入式开发有较好参考价值
C语言写得ftp客户端程序,对嵌入式开发有较好参考价值-C language written in ftp client on the embedded value of the development of a better reference
- 2023-04-03 13:10:03下载
- 积分:1
-
ftp传输的客户端程序,包含全部实现文件和头文件,使用的时候需要修改相应涉及ip的代码....
ftp传输的客户端程序,包含全部实现文件和头文件,使用的时候需要修改相应涉及ip的代码.-ftp transmission customer end procedure, contains completely
realizes the document and a document, use time needs to revise
correspondingly involves ip the code
- 2022-04-07 11:24:14下载
- 积分:1
-
FTP client of the source. Zip
FTP客户端程序的源程序.zip-FTP client of the source. Zip
- 2022-03-19 16:38:45下载
- 积分:1
-
POP3协议客户端,VC++ 实现案例.
POP3协议客户端,VC++ 实现案例.-POP3 protocol client, VC++ Realize case.
- 2022-09-24 00:15:03下载
- 积分:1
-
一个通过代理登陆FTP服务器的客户端小软件,对于初学者了解FTP很有帮助,能列目录下载,和上传。...
一个通过代理登陆FTP服务器的客户端小软件,对于初学者了解FTP很有帮助,能列目录下载,和上传。-landing an agent through FTP server small client software for beginners to understand FTP helpful, it would have to list directories download and upload.
- 2022-08-19 23:01:02下载
- 积分:1
-
FTP
Ftp客户端与服务器VC++完整版,是一个比较简单的ftp程序,但是程序提供了各种接口,能够让读者看法出各种复杂的ftp程序,程序中的各个程序模块均已经实现,以上所有程序在VC6.0中调试通过
目录ftp服务器是一个基于控制台的ftp服务器程序,能够实现大部分的FTP的服务器程序;
注意:
a.帐号密码为toldo
b.主目录为c:/temp,在连接之前请先建立(Ftp client and server, the full version of VC++, is a relatively simple ftp program, but the program offers a variety of interfaces, allowing readers to view a variety of complex ftp program, proceedings have been achieved in all program modules, all of the above procedures In VC6.0 debug directory ftp server through a console-based ftp server program, able to achieve most of the FTP server program Note: a. account password toldo b. the main directory is c:/temp, in connection before you build)
- 2010-06-17 20:31:49下载
- 积分:1
-
good examples of FTP, they can certainly use the compiler, the main function is...
很好的FTP的实例,肯定可以编译使用的,主要功能是实现FTP的查询-good examples of FTP, they can certainly use the compiler, the main function is to achieve FTP inquiries
- 2022-01-31 01:23:36下载
- 积分:1
-
ftp包装类,c++写的。已经在正式库生产环境使用过半年,基本没问题...
ftp包装类,c++写的。已经在正式库生产环境使用过半年,基本没问题-ftp wrapper class, c++ written. Has been the production environment in the official database used for half a year, the basic no problem
- 2022-07-26 19:43:02下载
- 积分: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
-
FTP客户端和服务器
ftp client and server
- 2022-11-27 18:15:03下载
- 积分:1