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

搜索资源列表

  1. 实验三 Ftp协议的实现.rar

    0下载:
  2. 所属分类:Internet/网络编程

    • 发布日期:
    • 文件大小:3312617
    • 提供者:
  1. 利用FTP协议进行文件浏览.zip

    0下载:
  2. 所属分类:Ftp服务器

    • 发布日期:
    • 文件大小:29745
    • 提供者:
  1. FTPtmp

    0下载:
  2. 通过FTP协议传送文件-through FTP transmission of documents
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:29811
    • 提供者:李春晓
  1. ftpprotocol_client

    0下载:
  2. 在学习FTP协议偶有感悟,于是想起了写一篇文章来总结一下自己学习的东西-I suddenly catch something when I study the FTP protocol. Therefore I want to write something to summarize my learnings.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:97007
    • 提供者:szh
  1. 用ftp协议完成多线程断点续传的源码

    0下载:
  2.  各个线程任务分配是这样实现的。在开始下载时,文件平均分成若干块进行下载。如第一个线程一开始的任务是从文件的0位置开始下载一直到72908位置处。线程1每次下载一块数据后就要调整任务,如第一次下载了20800字节的数据,那么线程1的任务将改为:20800-72908。如此下去,直到任务为72908-72908时表示线程1完成了当前的下载任务。此时,线程1就分析各个线程的任务,找出任务最为繁忙的一个线程:如线程3:14816-218724。那么线程1就自动去调整任务,拿50%的任务来再次下载。周而
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:96233
    • 提供者:屠理峰
  1. FTPExplorer_Beta2

    0下载:
  2. ftp浏览器,是学习ftp协议的很好例子, 建议初学者都看一下-ftp browser, the study ftp is a good example of the agreement, the proposal has to look at beginners
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:439380
    • 提供者:方桑
  1. 套接字编程源代码

    0下载:
  2. 有TCP/IP协议,UDP协议,FTP协议 实现嵌入式和PC机通信-a TCP / IP protocol, UDP, FTP protocol embedded and PC communication
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:724560
    • 提供者:刘志旺
  1. TJFTP_src

    0下载:
  2. ftp开发详细介绍,首先有助于对ftp协议的理解,再就是能提高编程技巧。-ftp develop detailed, first of all contribute to the understanding ftp agreement outlawing can improve programming skills.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:109953
    • 提供者:李筑
  1. 一个FTP的完整程序

    0下载:
  2. 一个完整的FTP编程的例子,图形界面的使用方式,和通信协议的了解,使用的VC6.0和VC.net编译通过-a complete FTP programming examples, the use of a graphical interface, and communication protocol of understanding, the VC6.0 and compile VC.net
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:92029
    • 提供者:李晓伟
  1. FTPdm

    0下载:
  2. 一个c#写的ftp程序源码,有兴趣者自己分析吧 ,对ftp协议的学习有帮助!-a written procedure ftp source, those with an interest in it own analysis of the agreement ftp learning!
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:112584
    • 提供者:张眘
  1. ftpsr

    0下载:
  2. unix下一个完整的FTP文件传输程序,用于通过ftp协议转送文件-under a complete FTP file transfer procedures for ftp file transfer agreement
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:4709
    • 提供者:孙盛
  1. ftpvc++

    1下载:
  2. ftp客户端c++编程FTP协议将使用两条单独的TCP连接,一条专用于发送FTP命令,另一条则专用于传递数据。初始建立连接时,服务器在21号端口上接收来自客户端的命令连接。-ftp client c programming FTP will use two separate TCP connection, a dedicated FTP to send orders, and the other one is dedicated to data transfer. The initial est
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:6301
    • 提供者:dd
  1. ftp-scan

    0下载:
  2. 此为端口扫描程序,可以应用于使用了多种类型协议的网络,如tcp,udp 等,功能还可以,但不是很快速。-to this port scanning procedure can be applied to the use of various types of network agreements, such as tcp, udp, functions can also, but not very fast.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1509
    • 提供者:胡容
  1. FTP_code

    0下载:
  2. 名称:miniFTP Server 一个迷你的FTP服务器,附源代码,学习FTP协议大有帮助-title : a mini miniFTP Server FTP server, with the source code, learning FTP great help
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:26383
    • 提供者:东南
  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. MFC60-ftp_filetrans1.0

    0下载:
  2. mfc60下编译通过,通过ftp协议上传下载文件,初学乍试,请多多指教。-mfc60 compiler adopted, ftp agreement uploading and downloading files, beginner Pottinger trial, the exhibitions.
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:855880
    • 提供者:luphy
  1. linux-ftpd-0.10.tar

    0下载:
  2. 伯克利大学的一个ftp协议的实现源代码,包括客户端和服务器端.-a University of California, Berkeley ftp protocol implemented the source code, including the client and server side.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:38752
    • 提供者:王石
  1. BroadcastClient

    0下载:
  2. 这是应用ftp协议进行信息传输的客户端,可以实时地接收ftp服务器端传来的信息.-This is the application ftp protocol messaging client, real-time ftp server to receive the information from.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:27671
    • 提供者:郭会林
  1. gshFTP

    0下载:
  2. 利用ftp协议进行ftp编程,公司做的,仅参考-use ftp ftp program agreement, the company made the only reference
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1671
    • 提供者:aaa
  1. FTPprotocal

    0下载:
  2. ftp协议的解析和实现源代码.介绍了FTP协议的实现原理.-ftp agreement and the achievement of the analytical source code. FTP agreement on the principle of achieving.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:91224
    • 提供者:666
« 1 2 3 4 5 67 8 9 10 11 ... 26 »
搜珍网 www.dssz.com