搜索资源列表
FTPsever_c++.net
- 利用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.
c
- 文件传输协议FTP是一个最基本的应用层协议。本实验环境中已经提供了一个 FTP 实现。希望通过本实验能够了解FTP的具体实现细节。 在实验室中已经提供开发系统 中进程通信的Socket编程接口。利用这个开发环境,设计和实现一个简单的文件传输协议。
src
- 计算机网络实验环境建立在TCP/IP 网络体系结构之上。各计算机除了安装TCP/IP 软件外,还安装了TCP/IP 开发系统,使各计算机具备了4.3 BSD UNIX 中进程通信套接字socket 的编程接口功能,可为用户提供网络进程通信功能。本实验利用这些功能,设计和实现一个简单的文件传送协议。
Server
- socket套接字服务器端,实现交互双方的路径显示,以及文件的传输-socket socket server-side, the realization of interaction between the two sides show the path and file transfers
FTPshixian
- 使用C++的网络编程socket搭建的Ftp系统,实现简单的上传下载文件。(The Ftp system built by the network programming socket of C++ realizes simple uploading and downloading files)