搜索资源列表
ftp_programm
- ftp程序,功能完善 ,实现了tcp、ip传输文件的功能,可读性强-ftp procedures, functions, achieving tcp, ip transmission function of the document, readable -
kehuduan
- 基于TCP/IP的客户端,用socket进行通信。用vc++实现-Based on TCP/IP client using socket communication. With vc++ Achieve
httpdesigninvbnet
- 众所周知,Internet的基本协议是TCP/IP协议,目前广泛采用的FTP、Archie Gopher等是建立在TCP/IP协议之上的应用层协议,不同的协议对应着不同的应用,本论文阐述了Visual Basic.net中HTTP协议的实现过程-As we all know, Internet' s basic protocol is TCP/IP protocol, the widely used FTP, Archie Gopher, etc. is based on TCP/IP p
tcp
- linux下的ftp实现,短小经典, 适合于学习网络编程-ftp implement in the linux environment
ftpbaseonc
- 基于tcp协议的ftp底层程序、实现DIR、put、get、cd功能- ftp underlying procedures based on the Tcp protocol to achieve DIR, put, get, cd function
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
ftp4j
- ftp4j是一个FTP客户端Java类库,实现了FTP客户端应具有的大部分功能。可以将ftp4j嵌到你的Java应用中,来传输文件(包括上传和下 载),浏览远程FTP服务器上的目录和文件,创建、删除、重命,移动远程目录和文件。ftp4j提供多种方式连接到远程FTP服务器包括:通过 TCP/IP直接连接,通过FTP代理、HTTP代理、SOCKS4/4a代理和SOCKS5代理连接,通过SSL安全连接。-ftp4j an FTP client-side Java class libraries, mo
FTP客户端源码VC++6.0
- FTP客户端简单编写, 【设计要求】: 1)了解 FTP 协议的工作原理。( RFC765 , RFC2228, RFC2640, RFC2773 ) 2)主要是基于 TCP/IP 的 Winsock 编程,用 Visual C++6.0 实现一个基于 FTP 协议的 FTP 下载工具(客户端、实现工具可以自选)。(FTP client Understanding the working principles of the FTP protocol)