搜索资源列表

  1. FTPdemo

    0下载:
  2. FTP协议编程,具有FTP客户端的演示程序,绝对好用!-FTP;client demo
  3. 所属分类:Ftp客户端

    • 发布日期:2024-05-20
    • 文件大小:56320
    • 提供者:Destin
  1. FTP

    1下载:
  2. 利用ftp协议,制作简单的ftp客户端与服务端,实现简单的上传、下载等简单功能。-Use ftp protocol to create a simple ftp client and server, easy implementation of upload and download features such as easy.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:1359872
    • 提供者:Wu Zhongsheng
  1. FTP-

    0下载:
  2. 标准C语言编写的FTP客户端,充分利用FTP协议,实现FTP上传下载功能-C language standard FTP client, make full use of FTP protocol, FTP uploading and downloading functionality implementation
  3. 所属分类:Ftp客户端

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:tf
  1. FTPfile

    0下载:
  2. 了解并进一步掌握TCP/IP协议中的文件传输协议FTP,掌握其工作原理,FTP协议是如何使本地或远程的客户和服务器之间进行文件传输的,同时掌握利用Visual C++这一语言进行网络编程,也掌握了MFC WinInet 编程,及其它的一些基本的类和使用方法,也基本掌握了FTP协议的基本功能。-Understanding and further master the TCP/IP protocol in the file transfer
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:234496
    • 提供者:sunbing
  1. ftp

    1下载:
  2. ftp协议实现多点续传,好象有点怪异哦。-ftp protocol Resume Multi-point, it seems a bit strange Oh.
  3. 所属分类:Ftp客户端

    • 发布日期:2024-05-20
    • 文件大小:96256
    • 提供者:kaka
  1. ftp

    0下载:
  2. linux下开发的ftp服务器,c语言编程,采用了tcp协议和ftp协议
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:147456
    • 提供者:吴钱
  1. Linux-ftp

    0下载:
  2. ftp源代码,非常流行的ftp源代码,包括:客户端和服务器端。利用ftp协议rfc950编写的源代码。-ftp source code, a very popular ftp source code, including: client and server-side. Using ftp protocol rfc950 write the source code.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:nnf
  1. ftp

    0下载:
  2. ftp协议实现多线程断点续传的代码+c+++builder-ftp protocols, multi-threaded HTTP code+ c+++ builder
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:81920
    • 提供者:小妮
  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客户端

    • 发布日期:2024-05-20
    • 文件大小:18432
    • 提供者:liuwei
  1. vc-ftp

    0下载:
  2. 用VC写的支持FTP协议下载的源代码。支持多线程FTP下载。感兴趣的朋友可以下载看看。-Written with the VC support FTP protocol to download the source code. Support multi-threaded FTP download. Interested friends can download to see.
  3. 所属分类:ISAPI/IE编程

    • 发布日期:2024-05-20
    • 文件大小:101376
    • 提供者:wintone
  1. net2ftpbeta

    0下载:
  2. FTP协议是一种基于TCP/IP的文件传输协议,用来在网络中进行文件传输。FTP是TCP/IP的一种具体应用,它工作在OSI模型的第七层,TCP模型的第四层上,即应用层,使用TCP传输而不是UDP,FTP客户在和服务器建立连接前就要经过一个“三次握手”的过程,它带来的意义在于客户与服务器之间的连接是可靠的,而且是面向连接,为数据的传输提供了可靠的保证-FTP protocol is based on TCP/IP file transf
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:4480000
    • 提供者:冰冰
  1. ftp

    0下载:
  2. 使用ftp协议,进行文件上传,对学习汇编的朋友,尤其是通信方面很有帮助-Using the ftp protocol to upload files, compiled by a friend of learning, especially the communications very helpful
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-20
    • 文件大小:20480
    • 提供者:song
  1. myclient_c

    0下载:
  2. ftp协议中的client端的编写,利用socket编程实现的ftp协议的client端。-ftp protocol in the client side of the preparation, the use of socket programming client side of the ftp protocol.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:闻悦
  1. myserver_c

    0下载:
  2. ftp协议的server端的编写,利用socket编程编写的ftp协议的server端。-ftp protocol server side of the preparation, the use of socket programming prepared by the ftp protocol server-side.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:闻悦
  1. FTP

    0下载:
  2. 用visual c++实现的FTP协议,包括客户和服务器程序-Using visual c++ implementation of the FTP protocol
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:13312
    • 提供者:tuo_chao
  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-20
    • 文件大小:547840
    • 提供者:李文凯
  1. FTP

    0下载:
  2. 在 Linux 下实现一个文件传输协议(FTP)的简单实现。实现FTP 客户端和服务器的程序,使客户端可以连接至服务器,并且可以迚行一些FTP的基本操作,如列出目录、下载文件等。从FTP 协议的实现角度来看,客户端不服务器的命令通道和数据通道需要分离。-In Linux to achieve a File Transfer Protocol (FTP) for simple implementation. FTP client and
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:林西
  1. net-protocol

    0下载:
  2. FTP协议 Email协议 ICMP协议 RAS协议 TAPI协议 Telnet协议 HTTP协议 -This file includes the following program: FTP. Email. ICMP. RAS. TAPI. Telnet. HTTP.
  3. 所属分类:Ftp客户端

    • 发布日期:2024-05-20
    • 文件大小:3254272
    • 提供者:张全
  1. ftpusingsocket

    0下载:
  2. 本文从应用实现的角度,介绍了 FTP 协议。并用详尽的例子分析了如何用主动模式和被动模式实现 FTP 客户端上传下载文件,如何进行断点续传。通过本文可以让读者对 FTP 客户端的原理有一个深入的了解。-introduce ftp protocol and use some examples to download fils using ftp
  3. 所属分类:Ftp客户端

    • 发布日期:2024-05-20
    • 文件大小:134144
    • 提供者:yuxiangyang
  1. FTP客户端

    0下载:
  2. 关键字:Ftp客户端、FTP协议、工作原理、上传下载(Ftp client, FTP protocol, working principle, uploading and downloading)
  3. 所属分类:Ftp客户端

    • 发布日期:2024-05-20
    • 文件大小:2489344
    • 提供者:张三sad
« 1 2 34 5 6 7 8 9 10 ... 36 »

源码中国 www.ymcn.org