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

搜索资源列表

  1. ftp_client

    1下载:
  2. 一个小的FTP客户端,支持PORT与PASV模式。 Linux下的C代码,在FC3,4发行版下通过测试。-a small FTP client, with the support PORT PASV mode. Linux C code in FC3, four distribution through testing.
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:5167
    • 提供者:冷月
  1. project-ftp_client

    0下载:
  2. C#写的一个ftp客户端程序,比较简单,适合初学者-C# write a ftp client, relatively simple and suitable for beginners
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:186444
    • 提供者:记录块发
  1. FTP_client

    0下载:
  2. FTP客户端程序,感觉还行,作为学习ftp协议的一个帮助
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:19186
    • 提供者:zhanghua11
  1. FTP_Client

    0下载:
  2. 目录ftp客户端是一个比较简单的ftp程序,但是程序提供了各种接口,能够让读者看法出各种复杂的ftp程序,程序中的各个程序模块均已经实现;
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:74622
    • 提供者:netfjfzlj
  1. FTP_client

    0下载:
  2. FTP客户端通讯程序,很不错,支持本站,请您上传好东西,大家共享!
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:134743
    • 提供者:yhchen
  1. FTP_client

    0下载:
  2. 用VC++编写的FTP客户端,已经通过编译.
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:55479
    • 提供者:liu
  1. Ftp_Client

    0下载:
  2. 自己用java编写的ftp简易客户端,实现了上传下载,演示了命令模式等java设计模式,采用了多线程技术
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:343419
    • 提供者:quix
  1. ftp_client.zip

    0下载:
  2. linux,windods
  3. 所属分类:网络编程

    • 发布日期:2010-11-14
    • 文件大小:13618
    • 提供者:412598013
  1. ftp_client.rar

    1下载:
  2. C语言写得ftp客户端程序,对嵌入式开发有较好参考价值,C language written in ftp client on the embedded value of the development of a better reference
  3. 所属分类:Ftp Client

    • 发布日期:2017-03-27
    • 文件大小:7931
    • 提供者:苗立双
  1. ftp_client

    0下载:
  2. linux环境下ftp客户端,可是实现从ftp服务器下载文件并显示现在信息,。包括源文件和Makefile文件,需要libcurl库,直接make。 执行命令方法:./ftp_client ftp://ip:port xx.avi /include(本地路径) linux内核版本:2.6.25-14.fc9.i686 GCC版本:4.3.0-no comments
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:1473
    • 提供者:阿波罗
  1. ftp_client

    0下载:
  2. ftp客户端,可以匿名登录到ftp服务器,可以上传下载文件,可以列出本地文件列表和服务器端的文件列表。-ftp client, you can log on to the anonymous ftp server, download files can be uploaded, you can set out a list of local files and server-side list of the documents.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:72213
    • 提供者:刘慧
  1. FTP_Client

    0下载:
  2. 本程序实现了FTP客户端的上传和下载文件功能,对FTP协议进行了较好的封装,方便用户使用-This procedure achieved a FTP client to upload and download files function, on the FTP protocol a better package, user-friendly
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:68729
    • 提供者:
  1. FTP_Client

    0下载:
  2. FTP_Client很不错的ftp客户端工具,可以很方便的用来文件传送。-FTP_Client very good ftp client tools, can easily be used to file transfer.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:90920
    • 提供者:dhyao
  1. FTP_Client

    1下载:
  2. 遵循FTP协议,实现远程文件的上传、下载、查看以及远程目录的创建和删除。-Follow the FTP protocol, implementation of remote file upload, download, view and remote directory to create and delete.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2015-03-05
    • 文件大小:164590
    • 提供者:bfbd
  1. FTP_CLIENT

    0下载:
  2. FTP client for RCM systems
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:2724
    • 提供者:JB
  1. FTP_client

    0下载:
  2. FTP是基于TCP/IP协议的一个应用协议。主要实现在不同的计算机之间的数据共享。FTP 采用的是C/S模式。客户既可以下载文件也可以上传文件。当然,FTP给用户一定的权限。用户只能在权限下使用。目前,FTP的服务器种类很多,比如常用的SERV-U,客户端程序也很多,比如:CuteFTP。WINDOWS也提供了一个FTP客户程序。它们都根据相同的协议标准来设计的,具体协议内容可参考RFC文档。-FTP  
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:88579
    • 提供者:lijizhong619
  1. ftp_client

    0下载:
  2. This example uses the FTP Client Profile library (ftpc) to implement the simple FTP PUT and GET operations to a known Bluetooth device that supports the File Transfer Protocol service as a server. This ReadMe is not intended to describe procedures
  3. 所属分类:Windows Mobile

    • 发布日期:2017-03-29
    • 文件大小:3565
    • 提供者:nissim
  1. Ftp_Client

    0下载:
  2. 该实例使用MFC和WinInet编程接口实现了完整的FTP客户程序,其MFC的界面类似于CuteFTP和LeapFTP. 涉及到了网络编程和网络通信的很多内容。是一个学习的好例子。-The instance is using MFC and WinInet programming interface to achieve a complete FTP client program, which is similar to CuteFTP and the MFC interface LeapF
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-22
    • 文件大小:6384544
    • 提供者:liuxiaoxia
  1. FTP_Client

    0下载:
  2. FTP的客户端,界面化的ftp操作,运行此程序后,需要只能ftp服务器端的用户名和密码,并且需要服务器端开启才可以进行正常的ftp下载。-FTP client, the interface of the ftp operation.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-08
    • 文件大小:1883671
    • 提供者:Justin
  1. ftp_client

    0下载:
  2. qt编写的FTP客户端gui大法官大概是公司的分公司的分公司大法官高峰时段归属感-qt ftp programe
  3. 所属分类:Other systems

    • 发布日期:2017-05-29
    • 文件大小:11341564
    • 提供者:
« 12 »
搜珍网 www.dssz.com