CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 Ftp客户端 搜索资源 - can协议

搜索资源列表

  1. pauseresume_src

    0下载:
  2. 现在大部分的下载工具和FTP客户端可以实现文件断点续传和重连功能,这个程序可以实现协议层的Pause&Resume-now download most of the tools and FTP client can achieve document HTTP and heavy even function, this procedure can be achieved agreement layer Pause
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:22342
    • 提供者:杨扬
  1. FTPresource

    0下载:
  2. 实现了ftp客户端及服务器端代码!学习ftp协议的朋友可以参考一下!-realized ftp client and server-side code! Learning ftp agreement friends can take a look!
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:139689
    • 提供者:肖荣
  1. yichucode

    0下载:
  2. 小路的 ftp益处 代码 ,可以 用来研究 ftp 协议-ftp benefits of the road code can be used to study the agreement ftp
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:2009
    • 提供者:44072429
  1. myftp

    0下载:
  2. Linux 命令行的一个ftp客户端,拥有ftp的基本上传、下载功能,单线程工作,可以作为学习ftp协议使用。有基本的注释。操作方式类似于Linux 自带的ftp工具。-A simple FTP-client under linux command line. It has the common ftp functionality and work under single thread. You can use this to learn the ftp protocol.
  3. 所属分类:Ftp Client

    • 发布日期:2017-04-01
    • 文件大小:17674
    • 提供者:大头先生
  1. ftplib-3.1-src.tar

    0下载:
  2. 一个开源的ftp Client源码实现,具备ftp的基本功能,对研究ftp协议帮助很大。曾被我用来测试ftp下载的网速。-an open source ftp client source code with the element functionality, which can be use to test the transfer speed of network.
  3. 所属分类:Ftp Client

    • 发布日期:2017-03-27
    • 文件大小:90243
    • 提供者:王磊
  1. ftpclient_demo

    0下载:
  2. 实现网络文件传输的一个简单例子,通过它你可以在文件服务器上下载文件。FTP协议编程-A simple example of network file transfer, through which you can download the file on a file server. FTP protocol programming
  3. 所属分类:Ftp Client

    • 发布日期:2017-04-10
    • 文件大小:1938767
    • 提供者:华氏
  1. aftp-1.02

    0下载:
  2. 根据rfc959协议,实现的FTP上传下载.可跨平台使用.-According to the agreement rfc959 realized FTP uploading and downloading. Can be cross-platform use.
  3. 所属分类:Ftp Client

    • 发布日期:2017-04-02
    • 文件大小:118397
    • 提供者:谭宜平
  1. servU-v6.301H

    0下载:
  2. Serv-U 是一种被广泛运用的FTP服务器端软件,支持 9x/ME/NT/2K 等全Windows系列。它设置简单,功能强大,性能稳定。FTP 服务器用户通过它用 FTP协议能在 internet上共享文件。-Serv-U is a widely used FTP server-side software, such as support for the entire Windows family 9x/ME/NT/2K. It set up a simple, powerful, stabl
  3. 所属分类:Ftp Client

    • 发布日期:2017-05-16
    • 文件大小:4243612
    • 提供者:0
  1. ftpsss

    0下载:
  2. FTP(File Transfer Protocol),是文件传输协议的简称。用于Internet上的控制文件的双向传输。同时,它也是一个应用程序(Application)。用户可以通过它把自己的PC机与世界各地所有运行FTP协议的服务器相连,访问服务器上的大量程序和信息。-FTP (File Transfer Protocol), File Transfer Protocol is the short title. For the Internet on the two-way transmi
  3. 所属分类:Ftp Client

    • 发布日期:2017-03-23
    • 文件大小:346377
    • 提供者:雪浪
  1. TFTP.cxx

    0下载:
  2. TFTP协议实现的源代码,拥有所有TFTP所需要的功能-This class provides all infrastructure for a performant file transfer protocol. It works in conjuction with the rootd daemon and can use parallel sockets to improve performance over fat pipes.
  3. 所属分类:Ftp Client

    • 发布日期:2017-03-30
    • 文件大小:29723
    • 提供者:继超
  1. FTP_document

    0下载:
  2. FTP协议采用一系列简单的协议来完成文件传输的各种任务,在发送命令的时候,总是在命令的最后加上一个回车换行符,在VB中可以用“vbcrlf”来实现,vc中以“\r\n”表示。以下的命令是从Postel和Reynolds所著的RFC 929修改而来,如果读者想查看详细内容,可以参见英文版RFC 929。注意以下出现地标志符CRLF表示的是回车符号,即相当于VC中的“\r\n”。-FTP protocol uses a series of simple file transfer protocol
  3. 所属分类:Ftp Client

    • 发布日期:2017-03-29
    • 文件大小:21775
    • 提供者:lzh
  1. Ftp-Vc

    0下载:
  2. 基于C++ 的Ftp协议封装,使用serv-u就可以测试协议,上传下载-Based on C++, Ftp protocol encapsulation, use the serv-u can test the agreement, uploading and downloading
  3. 所属分类:Ftp Client

    • 发布日期:2017-03-28
    • 文件大小:18566
    • 提供者:liuwei
  1. FTP_Client_Source

    0下载:
  2. 该文件为FTP协议的客户端代码,可以方便对FTP的协议研究及源码分析有很大的帮助-The FTP protocol document for the client code, you can easily FTP protocol on research and analysis is very helpful source
  3. 所属分类:Ftp Client

    • 发布日期:2017-05-08
    • 文件大小:1834853
    • 提供者:chenns1985
  1. 20072241039848

    0下载:
  2. 1。可支持远程配置文件 (中心服务器,客户端自动获取中心服务器配置文件。节省资源,仅程序运行时读取一次。) 2。可支持多种图片格式 (GIF/JPG/BMP/TIFF) 3。远程配置文件、图片远程路径 可支持多种读取方法或协议 (HTTP/FTP/共享路径/本地路径) 4。后台运行,占用系统资源小。(物理内存约 600KB,虚拟内存约 1400KB) -' 1. To support remote configuration file (the central se
  3. 所属分类:Ftp Client

    • 发布日期:2017-03-30
    • 文件大小:12703
    • 提供者:kyocsss
  1. FTP_Client

    0下载:
  2. 简单的FTP客户端,可以学习FTP的工作原理,设计自己的通信协议。-Simple FTP client, FTP works can learn to design their own communication protocol.
  3. 所属分类:Ftp Client

    • 发布日期:2017-04-01
    • 文件大小:35816
    • 提供者:李向
  1. PasswordMonitor

    0下载:
  2. 主要利用分析FTP协议获取对方计算机的用户名和密码,这个可以学习一下-Main use of FTP protocol to get the other computer' s user name and password, you can learn about the
  3. 所属分类:Ftp Client

    • 发布日期:2017-03-28
    • 文件大小:52604
    • 提供者:sjh
  1. FTP-protocol-procedures

    0下载:
  2. 简单的FTP协议程序,实现可以上传和下载-Simple FTP protocol procedures to achieve can upload and download
  3. 所属分类:Ftp Client

    • 发布日期:2017-03-31
    • 文件大小:170683
    • 提供者:huangfuquan
搜珍网 www.dssz.com