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

搜索资源列表

  1. FtpClientPro

    0下载:
  2. 本程序利用CSocket类编写ftp客户端-the procedures used to prepare CSocket category ftp client
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:17219
    • 提供者:张耀文
  1. jftp

    0下载:
  2. 一个用JAVA写的FTP客户端程序。功能强大不仅支持FTP,还支持其它协议如SMB, SFTP, NFS, HTTP等。在传输文件的同时还可以浏览FTP服务器上的资源,也可以浏览局域网上的Windows共享资源等-a written using Java FTP client program. Not only powerful FTP support, but also support other protocols such as SMB, SFTP, NFS, HTTP, and so o
  3. 所属分类:Ftp服务器

    • 发布日期:2008-10-13
    • 文件大小:2278519
    • 提供者:秦宗全
  1. ftpkhd

    0下载:
  2. 一个简单的ftp客户端程序,支持用户,密码登录,上传和下载文件 -a simple ftp client program to support users, password login, upload and download files
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:34742
    • 提供者:chenyi
  1. FTP_Client_Source

    0下载:
  2. 一个ftp客户端程序,前面已经上载了服务器端的程序,他们正好是一套,对于ftp的学习有很大的帮助,研究完这部分代码,你就完全是一个ftp高手了-an ftp client, as has already been uploaded to the server, they can be precisely set, ftp for the study will be very helpful to study completed this part of the code, you complet
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:47511
    • 提供者:张利君
  1. JFtp

    2下载:
  2. JFtp是一个用 Java编写的图形化的FTP客户端程序。它支持所有基本的FTP操作,有一些改善的性能,如递归式目录上传,漂亮的swing UI,能够自动断点续传,能识别不完整的目录名。API从GUI中分离,可以用于第三方应用程序或命令行模式。-JFtp is a Java prepared by the graphic FTP client. It supports all basic FTP operation, the performance of some improvements, s
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:93943
    • 提供者:liaosp_11
  1. ftp_client_vc

    0下载:
  2. vc实现的一个ftp客户端程序,实现了基本的ftp客户端功能-vc achieve a ftp client procedures, the basic ftp client functions
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:41623
    • 提供者:高兴就好
  1. wftpd325

    0下载:
  2. 不错的ftp客户端程序-good ftp client
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:525226
    • 提供者:yj
  1. multiget-beta4.src.tar

    0下载:
  2. linux的ftp客户端程序源码,可以很方便的移植到各种嵌入式平台,如Mips等。-linux ftp client program source code, can conveniently be transferred to a variety of embedded platforms, such as Mips.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:743368
    • 提供者:宁海龙
  1. liujtftp

    0下载:
  2. 一个用JAVA写的FTP客户端程序。功能强大不仅支持FTP,-a written using Java FTP client program. Powerful not only support FTP,
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2388
    • 提供者:Sysmgn
  1. miniftpclient

    1下载:
  2. 一个小型ftp客户端程序,vc编写,实现了文件的上传下载,支持文件拖拽-a small ftp client, vc prepared and realized the document upload download, supporting documents, dragging
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:72071
    • 提供者:glz
  1. FTPCODEandsourse

    0下载:
  2. 一个关于ftp客户端的源文件,你可以通过学习这里面的介绍来学习ftp客户端制作,然后可以自己试着做一些关于通信的程序,应该有挺大的帮忙的里面是VB。NET的语言制作的,是挺好的一个源码.-an ftp client on the source, You can learn there's a briefing to learn ftp client production, they can then try to do something on communications proced
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:44197
    • 提供者:李润锦
  1. ftp9999

    0下载:
  2. 这是一个FTP客户端代码,通过本程序后访问相应的FTP服务端.-This is an FTP client code, adopted after the visit of the corresponding FTP server.
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:23605
    • 提供者:hzh272
  1. ftpclient-csharp

    0下载:
  2. 本程序用tcpclient类实现了ftp客户端的上传下载新建删除等基本功能。采用了多线程设计。-the procedures used to achieve the kind tcpclient ftp client upload download the new basic skills, such as deleted can. Is a multi-threaded design.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:17033
    • 提供者:彭晓波
  1. AtlFtp-v1.1(20070211)-vs2003

    0下载:
  2. 一个ftp客户端程序,封装成COM组件,提供了组件接口,可以很方便被其它程序调用。同时提供了测试程序testftp。-an ftp client, Packaging into COM, the component interface, can be easily call other procedures. It also provides a test procedure testftp.
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:84221
    • 提供者:mengwutian
  1. MFC-FtpClient

    0下载:
  2. 用MFC写的一个简单的Ftp客户端程序,可以实现上传下载功能。-with MFC write a simple Ftp client program can achieve upload download function.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:35834
    • 提供者:小花猫
  1. tnftp-20050625.tar

    0下载:
  2. 一个很好的ftp客户端,linux的ftp客户端程序源码,可以很方便的移植到各种嵌入式平台 -a good ftp client, linux ftp client program source code, it is easy to transplant various embedded platform
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:313915
    • 提供者:wangjunwei
  1. ftp-socket

    1下载:
  2. 利用Linux开发环境,设计和实现一个简单的文件传输协议FTP. 里面包含了服务端和客户端的C程序-use Linux development environment, Design and Implementation of a simple file transfer protocol FTP. it contains the server and client procedures C
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:4565
    • 提供者:李亚林
  1. 37724084sftps

    1下载:
  2. 一款vc++编写的ftp客户端程序,实现了上传下载 等功能 ,可实现断点续传 ,多线程下载的-prepared by the ftp client procedures, the upload and download function can be realized HTTP. Multithreading Downloading
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:106733
    • 提供者:高洁
  1. FTPclient

    0下载:
  2. Ftp 客户端开发的例子程序,简单介绍client工作方式.
  3. 所属分类:.net编程

    • 发布日期:2008-10-13
    • 文件大小:53658
    • 提供者:名字
  1. FtpDemo

    0下载:
  2. 一个java写的Ftp客户端程序demo,ftp的功能部分都已经实现,只需要调用类的方法即可。是学习ftp协议的不可多得资料。
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:25434
    • 提供者:吴利刚
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 25 »
搜珍网 www.dssz.com