搜索资源列表
FtpBrowse
- FTP(File Transfer Protocol)即文件传输协议,是一种被广泛应用的网络协议。该协议建立在TCP/IP基础之上,能够保证高可靠性的文件传输。本程序是FTP客户端软件的开发实例。-FTP (File Transfer Protocol) file transfer protocol that is a widely used network protocols. The agreement builds on a TCP / IP based, to ensure high r
FTPServer
- FTP上传下载文件服务器端,FTP的目标是提高文件的共享性,提供非直接使用远程计算机,使存储介质对用户透明和可靠高效地传送数据。虽然我们也可以手工使用它,但是它的主要作用是供程序使用的。在阅读本文之前最好能够阅读TCP协议标准规范和Telnet协议标准规范。-FTPserver for upload and download file
ch07
- 这是一个通过ftp实现文件上传下载的源程序。主要利用tcp进行连接和通信。-This is a file upload via ftp to download the source code to achieve. Mainly use tcp to connect and communicate.
simple-file-share-system
- 摘 要:’rFTP(简单文件传送协议)是TCP/TP协议族中用来在客户机与服务器之间进行简单 文件传输的协议。文中给出了在visual C++6.0开发平台上 跟多客户端之间进行文件传榆的实现方法。该方法可以传输超过32MB的文件。-simple file share system by C language
ClienteServidorTCP.tar
- TCP client-server example. It can be used to transmit any file usign TCP protocol.