登录
首页 » Windows Socket编程 » FTP代码。使用API实现通讯,速度快,稳定,代码完整。

FTP代码。使用API实现通讯,速度快,稳定,代码完整。

于 2023-07-14 发布 文件大小:49.54 kB
0 234
下载积分: 2 下载次数: 1

代码说明:

FTP代码。使用API实现通讯,速度快,稳定,代码完整。-FTP code. Realize the use of API communication, fast, stable, and code integrity.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 聊天序,主要系统调用,包括:套接字()
    聊天程序,主要的系统调用包括:socket()-创建Socket;bind()-将创建的Socket与本地端口绑定;connect()与accept()-建立Socket连接;listen()-服务器监听是否有连接请求;send()-数据的可控缓冲发送;recv()-可控缓冲接收;closesocket()-关闭Socket。-Chat program, the main system calls, including: socket ()- Create Socket bind ()- will create a Socket with the local port binding connect () and accept ()- establish a Socket connection listen ()- server monitor whether there is connection requests send ()- data buffer to send controllable recv ()- controllable receiver buffer closesocket ()- Close Socket.
    2023-06-10 19:15:03下载
    积分:1
  • 这是一款非常实用的计算器,我认为其实用度远远胜过Windows系统提供的计算器.主要特色是支持多项式运算,即可以一次输入整个多项式,并能够识别运算的优先级(利...
    这是一款非常实用的计算器,我认为其实用程度远远胜过Windows系统提供的计算器.主要特色是支持多项式运算,即可以一次输入整个多项式,并能够识别运算的优先级(利用堆栈实现),希望大家能够多提宝贵意见.-This is a very useful calculator, I think in fact much better than using Windows system calculator. The main feature is support for polynomial computing, that is, can enter an entire polynomial, and to identify the priority operator class (using the stack realize), hope that we can with more valuable advice.
    2022-03-19 21:07:54下载
    积分:1
  • 这代码是实现windows下的socket网络
    这代码是实现windows下的socket网络编程。-This code is under the windows socket network programming.
    2022-08-22 20:12:25下载
    积分:1
  • here is a generation of the data definition packet content used in a byte array...
    这里是一段关于生成数据是定义数据包中内容时用到的一个byte数组的定义和合并方法-here is a generation of the data definition packet content used in a byte array to the definition and method of merger
    2023-05-23 15:55:03下载
    积分:1
  • 课互传多种格式的文件,如电影、图片、文档。还可以发送组播消息,是可靠的网络传输工具。...
    课互传多种格式的文件,如电影、图片、文档。还可以发送组播消息,是可靠的网络传输工具。 -Classes to each other in multiple formats of documents, such as movies, pictures, documents. Can also send multicast message, is a reliable tool for network transmission.
    2022-08-15 07:14:13下载
    积分:1
  • 在WINDOWS下进行网络服务端序开发,毫无疑问,Winsock 完成端口模型是最高效的。Winsock的完成端口模型借助Widnows的重叠IO和完成端口来...
    在WINDOWS下进行网络服务端程序开发,毫无疑问,Winsock 完成端口模型是最高效的。Winsock的完成端口模型借助Widnows的重叠IO和完成端口来实现,完成端口模型懂了之后是比较简单的,但是要想掌握Winsock完成端口模型,需要对WINDOWS下的线程、线程同步,Winsock API以及WINDOWS IO机制有一定的了解。如果不了解,推荐几本书:《Inside Windows 2000,《WINDOWS核心编程》,《WIN32多线程程序设计》、《WINDOWS网络编程技术》。在去年,我在C语言下用完成端口模型写了一个WEBSERVER,前些天,我决定用C++重写这个WEBSERVER,给这个WEBSERVER增加了一些功能,并改进完成端口操作方法-under the Windows network server program development, no doubt, Winsock completed port model is the most efficient. Winsock port model with complete preview of overlap and complete port IO to achieve complete port after the model to understand is a relatively simple, but want to know the complete Winsock port model, the need for the Windows threads, thread synchronization, Winsock API and Windows IO mechanism of a certain understanding. If we do not understand, recommended several books : "Inside Windows 2000," Windows core programming "," WIN32 multithreaded programming "," WINDOWS network programming technology. " Las
    2022-07-08 01:37:37下载
    积分:1
  • 简单网络聊天室,学习用
    简单网络聊天室,学习用-simple Internet chat room, to study
    2022-11-15 07:25:04下载
    积分:1
  • 代理服务器序,可以支持HTTP等代理
    代理服务器程序,可以支持HTTP等代理-proxy procedures, etc. can support HTTP agent
    2023-05-11 21:00:03下载
    积分:1
  • eMule源代码解析:eMule是一个典型的MFC序,它的图形界面等,已经和MFC紧紧融合到了一起。...
    eMule源代码解析:eMule是一个典型的MFC程序,它的图形界面等,已经和MFC紧紧融合到了一起。-eMule source code analysis: eMule is a typical MFC program, and its graphical interface and so on, and MFC has been tightly integrated together.
    2022-07-16 00:55:23下载
    积分:1
  • 基于WINSOCK的信息交互
    通过serverSocket.Accept()来接收客户Socket的连接请求,在这里用循环可以实现该线程实时侦听,而不是只侦听一次。当程序运行serverSocket.Accept()时,会等待,直到有客户端Socket发起连接请求时,获取该客户Socket,如上面的clientSocket。在这里我用多线程来实现与多个客户端Socket的连接和通信,一旦接收到一个连接后,就新建一个线程,执行ReceiveData功能来实现信息的发送和接收
    2022-03-19 00:10:54下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载