CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - FTP协议

搜索资源列表

  1. FastDown1.1

    0下载:
  2. 使用前请首先注册,运行如下命令: regsvr32 GFastdownActiveXTrial.ocx 软件主页: www.gfastdown.com 文件说明: FastDownActiveX.zip ActiveX版 FastDownCB6.zip C++ Builder6 静态库 FastDownVC6.zip VC++ 6 静态库 FastDownVC7.zip VC++ 7 静态库 TestFastDown.zip 测试程序
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:3208223
    • 提供者:shao youde
  1. ftp

    0下载:
  2. FTP协议完全详解 FTP的目标是提高文件的共享性,提供非直接使用远程计算机,使存储介质对用户透明和可靠高效地传送数据。虽然我们也可以手工使用它,但是它的主要作用是供程序使用的。在阅读本文之前最好能够阅读TCP协议标准规范和Telnet协议标准规范。-Detailed FTP protocol completely The goal is to increase FTP file sharing, to provide non-direct use of the remote comp
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:33369
    • 提供者:y3x4u
  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
  1. ftp

    0下载:
  2. windowsFTP功能网路程序设计客户端实现,FTP传输层的最基础协议。用于网路的文件传输-windowsFTP functional web programming to achieve the client, FTP the most basic transport layer protocol. For network file transfer
  3. 所属分类:Ftp Client

    • 发布日期:2017-03-27
    • 文件大小:1115
    • 提供者:sarah
  1. FTP_socket

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

    • 发布日期:2017-04-02
    • 文件大小:765659
    • 提供者:gyh
  1. FTP

    0下载:
  2. TFP.RAR 全面的FTP协议介绍 查阅方便-Introduce a comprehensive inspection of the FTP protocol to facilitate
  3. 所属分类:Ftp Client

    • 发布日期:2017-05-15
    • 文件大小:3885551
    • 提供者:
  1. FTP

    0下载:
  2. FTP服务器在VC中的的实现代码,对分析FTP协议的具体实现有很大的帮助。-FTP server in VC implementation code for the specific analysis of the FTP protocol to achieve a great help.
  3. 所属分类:Ftp Client

    • 发布日期:2017-03-31
    • 文件大小:170807
    • 提供者:李明
  1. ftp

    0下载:
  2. 基于FTP协议,使用linux自带的FTP服务器作为服务器,编写一个客户端C程序,用来实现上传、下载、改变目录等功能-Based on the FTP protocol, use Linux own FTP server as a server, write a client C program designed to upload, download, change directory etc. Function
  3. 所属分类:Ftp Client

    • 发布日期:2017-03-31
    • 文件大小:1909
    • 提供者:huang
  1. ftp

    0下载:
  2. 通过学习linux下Socket编程,根据ftp协议,可以编写一个小型的ftp服务器和客户端,实现用户登录对文件的上传和下载的功能。-Learning under linux Socket programming, according to the ftp protocol, you can write a small ftp server and client, the user is logged on the file upload and download function.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:11981
    • 提供者:浅醉
  1. ftp

    0下载:
  2. 实现ftp协议,实现ftp上传,下载等功能-ftp protocol
  3. 所属分类:Communication

    • 发布日期:2017-11-22
    • 文件大小:7285561
    • 提供者:杨孟
  1. ftp

    0下载:
  2. 主要是完成利用套接字对ftp协议的访问,请大家下载-The main use of socket access ftp protocol is completed, please download
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-29
    • 文件大小:1911286
    • 提供者:dgr
  1. FTP-protocol-analysis

    0下载:
  2. 通过对FTP协议解析,代码能实现ftp基本的上传、下载和管理功能-Through the FTP protocol analysis, the code can achieve the basic ftp upload, download and management functions
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:97998
    • 提供者:FHuang
  1. ftp客户端11

    0下载:
  2. ftp上传下载系统客户端,Java实现,根据ftp协议,通过ip地址访问-ftp upload download client, Java, ftp protocol, ip addresses
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:3155
    • 提供者:arourd
  1. ftp

    0下载:
  2. ftp下载工具,①了解 FTP 协议的工作原理。( RFC765 , RFC2228, RFC2640, RFC2773 ②主要是基于 TCP/IP 的 Winsock 编程,用 Visual C++6.0 实现一个基于 FTP 协议的 FTP 下载工具(客户端和服务器端)。 -ftp download tool, ① understand the FTP protocol works. (RFC765, RFC2228, RFC2640, RFC2773 ② is mainly b
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2491959
    • 提供者:刘静
  1. FTP-DOWNLOAD

    0下载:
  2. 该程序展示了windows下,使用FTP协议下载的编程方法,不妨看一下-FTP download in windows
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:169165
    • 提供者:fenjin
  1. vc-ftp

    0下载:
  2. vc ftp 多线程上传下载,主要是学习多线程的,还有ftp协议等。-vc ftp
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-16
    • 文件大小:4388662
    • 提供者:缪敏
  1. FTP

    0下载:
  2. 设计一个GUI程序,实现FTP客户端功能。通过编程了解FTP协议的结构,掌握网络编程的基本原理和方法-Designing a GUI program, FTP client capabilities. By understanding the structure of the FTP protocol programming, network programming to master the basic principles and methods
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:19351
    • 提供者:yoz
  1. FTP

    0下载:
  2. 实现FTP协议下的文件传输,能够在下载/上传前指定下载源目录和上传目标目录。 实现单线程下载/上传单个文件。-FTP file transfer protocol under
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-02
    • 文件大小:849388
    • 提供者:梅超
  1. FTP-Client-

    0下载:
  2. 一个FTP服务器和客户端程序,可以在FTP协议下实现远程文件传输-An FTP server and client programs, you can achieve remote file transfer protocol under FTP
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-25
    • 文件大小:15925
    • 提供者:梅超
  1. FTP-protectacoding

    0下载:
  2. 该文件包含ftp协议的介绍及ftp协议编程的源代码,可以让读者对该协议有详细的了解,并能程序实现相应的功能。-This file contains the introduction and ftp protocol programming source code that allows readers to have a detailed understanding of the agreement, and can program to achieve the corresponding fu
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-25
    • 文件大小:27013
    • 提供者:pu
« 1 2 3 4 56 7 8 9 10 ... 28 »
搜珍网 www.dssz.com