-
本程序实现FTP客户端的功能,能够登录FTP服务器、显示登录客户目录下的文件、目 录名和提供文件下载上传服务。本程序是一个取于对话框的MFC应用程序,主要介绍如...
本程序实现FTP客户端的功能,能够登录FTP服务器、显示登录客户目录下的文件、目 录名和提供文件下载上传服务。本程序是一个取于对话框的MFC应用程序,主要介绍如何通过CInternetSession类、CFtpConnection类和CFtpFileFind类连接FTP服务器进行文件传输。-FTP client function can login FTP server, log shows the client directory, a directory name and file upload download services. This program is an admission on the MFC dialog applications, mainly on how CInternetSession categories, and category CFtpFileFind CFtpConnection category connecting FTP file transfer servers.
- 2022-01-28 00:28:17下载
- 积分:1
-
能够获取FTP的所有目录文件信息存储到文件树中
能够获取FTP的所有目录文件信息存储到文件树中-FTP access to the catalog of all information stored to a file tree
- 2023-02-23 16:55:03下载
- 积分:1
-
procedure for ftp client programs and provide a tool for ftp
此程序为ftp客户端程序,提供一种ftp工具-procedure for ftp client programs and provide a tool for ftp
- 2023-02-09 08:25:03下载
- 积分:1
-
一个完整的FTP服务器源码,可以实现很多功能.
一个完整的FTP服务器源码,可以实现很多功能.-an integrated FTP server souce code.Able to implement many functions.
- 2023-01-08 15:35:03下载
- 积分:1
-
802.11 code
# ;
- 2022-03-03 19:26:40下载
- 积分:1
-
利用Socket套接字创建基于对话框类的FTP工具。主要功能是在网络上的FTP服务器上,实现单线程下载,能够实现文件上传功能。...
利用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.
- 2022-06-29 08:47:11下载
- 积分:1
-
Star Network Forum Ultimate Edition, the latest version of the application scope...
星网论坛极速版,最新版,适用范围广,最新版V3.0,是众多网站首先。-Star Network Forum Ultimate Edition, the latest version of the application scope, the latest version of V3.0, the first of many websites.
- 2023-07-22 11:25:03下载
- 积分:1
-
关于FTP的原代码
关于FTP的原代码-The original code on the FTP
- 2022-03-23 02:55:32下载
- 积分: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
-
文件传输客户端程序。主要使用了Winsocket进行编程,要与FTPServer配合使用。...
文件传输客户端程序。主要使用了Winsocket进行编程,要与FTPServer配合使用。-file transfer client. Winsocket mainly used for programming, with the combined use of FTPServer.
- 2022-05-25 18:17:56下载
- 积分:1