搜索资源列表

  1. ftp-rfc959

    0下载:
  2. 用java实现的ftp功能的源代码,经过编译通过的,可以直接使用。-achieved using ftp function in the source code, after the compiler can be used directly.
  3. 所属分类:Ftp服务器

    • 发布日期:2008-10-13
    • 文件大小:52465
    • 提供者:于家新
  1. rfc959-ftp

    0下载:
  2. RFC959 -FTP协议官方规范文档,写FTP应用程序必读的参考资料。(英文原版)-RFC959-standard FTP protocol official documents, was made mandatory FTP applications electronically. (English original)
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:260449
    • 提供者:谭梦鹏
  1. 070508FTPRFC959

    0下载:
  2. FTP RFC959 中文版文件传输协议(File Transfer Protocol, FTP)实现FTP断点续传-RFC959 Chinese version of FTP (file transfer protocol File Transfer nonrequiring col, FTP) to achieve FTP HTTP
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:13948
    • 提供者:wenlin
  1. Client

    1下载:
  2. 这是一个关于ftp client的程序,符合ftp RFC959标准,可以直接访问任何ftp地址,不过是命令行的形式
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:3129
    • 提供者:林帅
  1. CFtpMgr

    0下载:
  2. 此ftp客户端根据FTP协议(rfc959)编写,不采用现成的FTP API。所以对于想理解FTP协议并编写代码实现协议的朋友是个不错的参考!
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:15368
    • 提供者:david
  1. rfc959

    0下载:
  2. ftp protocol analysis
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:39309
    • 提供者:ddd
  1. FTP客户端实现

    0下载:
  2. 一个用于FTP客户端实现的JAVA程序。相信大家看了,会收获的。呵呵,慢慢看吧。-for an FTP client to achieve the Java procedures. We believe that he would harvest. Oh, it slowly and see.
  3. 所属分类:Ftp客户端

    • 发布日期:2024-05-10
    • 文件大小:109568
    • 提供者:李子
  1. ftp-rfc959

    0下载:
  2. 用java实现的ftp功能的源代码,经过编译通过的,可以直接使用。-achieved using ftp function in the source code, after the compiler can be used directly.
  3. 所属分类:Ftp服务器

    • 发布日期:2024-05-10
    • 文件大小:52224
    • 提供者:于家新
  1. rfc959-ftp

    0下载:
  2. RFC959 -FTP协议官方规范文档,写FTP应用程序必读的参考资料。(英文原版)-RFC959-standard FTP protocol official documents, was made mandatory FTP applications electronically. (English original)
  3. 所属分类:Ftp客户端

    • 发布日期:2024-05-10
    • 文件大小:260096
    • 提供者:谭梦鹏
  1. Client

    0下载:
  2. 这是一个关于ftp client的程序,符合ftp RFC959标准,可以直接访问任何ftp地址,不过是命令行的形式-This is an ftp client on the procedures, in line with the ftp RFC959 standards, can directly access any ftp address, but a command-line form
  3. 所属分类:Ftp客户端

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:林帅
  1. server

    0下载:
  2. ftp server 程序,RFC959,支持上传下载ls dir pwd等-ftp server program, RFC959, support for uploading and downloading, such as ls dir pwd
  3. 所属分类:Ftp客户端

    • 发布日期:2024-05-10
    • 文件大小:24576
    • 提供者:liusong
  1. rfc959chinesepdf

    0下载:
  2. 文件传输协议ftp的中文版 rfc959的中文pdf-Ftp File Transfer Protocol rfc959 the Chinese version of the Chinese pdf
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:151552
    • 提供者:liu
  1. ftp

    0下载:
  2. unix下的ftp客户端和服务端,实现rfc959的功能-Under unix the ftp client and server to achieve the functions of rfc959
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-10
    • 文件大小:5120
    • 提供者:wangkuan
  1. rfc959

    0下载:
  2. This graphics specyfication of rfc 959 ftp protocol.-This is graphics specyfication of rfc 959 ftp protocol.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:35840
    • 提供者:tdfs
  1. rfc959

    0下载:
  2. rfc ftp的完整协议, 开发ftp的必读文档-rfc ftp a complete agreement to develop a must-read document ftp
  3. 所属分类:编程文档

    • 发布日期:2024-05-10
    • 文件大小:506880
    • 提供者:chenheng
  1. FTP_SERVER_SRC

    0下载:
  2. 项目简介:使用Linux下C语言开发,遵循RFC959协议,以命令解析器为核心,利用Socket作为通讯接口,提供上传下载,断点续传,流量控制,连接控制,支持多种常用FTP客户端。 -Project Descr iption: Using the C language under Linux development, follow the RFC959 protocol to the command parser as the co
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-10
    • 文件大小:34816
    • 提供者:杜峰
  1. RFC959

    0下载:
  2. FTP协议官方中英文文档,详细的描述了FTP协议的命令与响应,对FTP的实现有很大的帮助。-FTP protocol official in Chinese and English documents, a detailed descr iption of the FTP protocol command and response, implementation of the FTP is very helpful.
  3. 所属分类:编程文档

    • 发布日期:2024-05-10
    • 文件大小:547840
    • 提供者:李文凯
  1. rfc959

    0下载:
  2. Ftp 文件传输协议的rfc文档,帮助大家很详细的了解ftp的传输过程-FILE TRANSFER PROTOCOL
  3. 所属分类:编程文档

    • 发布日期:2024-05-10
    • 文件大小:66560
    • 提供者:王瑞
  1. FileTransferProtocol

    0下载:
  2. FTP RFC959 协议的中文版。 如果有朋友需要的话,可以下载.-FTP RFC959の中国版
  3. 所属分类:Ftp客户端

    • 发布日期:2024-05-10
    • 文件大小:119808
    • 提供者:zhangziwe
  1. FTP_socket

    0下载:
  2. 在Linux系统上完成一个文件传输协议(FTP)的简单实现。通过本实验,深入了解FTP协议的原理和协议细节,学会利用socket接口设计实现简单的应用层协议,掌握TCP/IP网络应用程序的基本设计方法和实现技巧。在Linux系统上使用socket接口实现FTP客户端程序,严格按照RFC959,使客户端可以连接至服务器,并且可以进行一些FTP的基本操作,如列出目录、下载文件等。从FTP协议的实现角度来看,客户端与服务器的命令通道和数据通道
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-10
    • 文件大小:765952
    • 提供者:gyh
« 12 »

源码中国 www.ymcn.org