搜索资源列表

  1. FTP客户端开发——WinSock

    0下载:
  2. FTP客户端开发——WinSock,这个程序是使用套接字开发的一个ftp客户端程序,是vc++开发大全这本书中的源代码,有意于此方面的朋友可以-FTP client development -- WinSock, the procedure is to use the socket to develop a ftp client is vc + + development Daquan this book source, the int
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:109602
    • 提供者:笨蛋
  1. MINI FTP客户端

    1下载:
  2. 基于winsock的ftp客户端程序,实现用户登陆,获取服务文件列表,上传下载文件-protocols of the ftp client, enabling user landing, access documents list uploading and downloading files
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:48557
    • 提供者:胡军
  1. 6.7.4--Java网络编程综合提高(复杂的FTP客户端)

    0下载:
  2. 一个java编写的Ftp客户端程序,jbuilder9下编译通过!-a java Ftp prepared by the client, jbuilder9 under compile!
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:11846
    • 提供者:叶建民
  1. FTP客户端

    0下载:
  2. FTP客户端程序,具有上传和下载功能
  3. 所属分类:源码下载

    • 发布日期:2010-10-07
    • 文件大小:3699953
    • 提供者:kulong0105
  1. ftpclientthread

    0下载:
  2. 一个多线程和单线程ftp客户端程序-A multi-threaded and single-threaded ftp client program
  3. 所属分类:Ftp客户端

    • 发布日期:2024-05-17
    • 文件大小:35840
    • 提供者:站长
  1. FtpClient

    0下载:
  2. 一个FTP客户端程序源代码--A FTP client program.
  3. 所属分类:源码下载

    • 发布日期:2024-05-17
    • 文件大小:116736
    • 提供者:阿业
  1. Ftp

    0下载:
  2. ftp传输的客户端程序,包含全部实现文件和头文件,使用的时候需要修改相应涉及ip的代码.-ftp transmission customer end procedure, contains completely realizes the document and a document, use time needs to revise correspondingly involves ip the code
  3. 所属分类:Ftp客户端

    • 发布日期:2024-05-17
    • 文件大小:26624
    • 提供者:马春雷
  1. jftp-1[1].00pre1.tar

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

    • 发布日期:2024-05-17
    • 文件大小:94208
    • 提供者:叶舟
  1. client

    0下载:
  2. linux下RFC 959 FTP客户端程序,可以下载上传 ls pwd cd lcd等-linux under RFC 959 FTP client program, you can download upload, such as ls pwd cd lcd
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-17
    • 文件大小:38912
    • 提供者:liusong
  1. FTP

    0下载:
  2. 一个ftp客户端程序。界面精美,由用户名密码登陆站点,可上传下载文件,对FTP站点文件进行操作等。-An ftp client program. Beautiful interface, user name password from landing site to upload the download file on the FTP site file operation.
  3. 所属分类:C#编程

    • 发布日期:2024-05-17
    • 文件大小:331776
    • 提供者:张童泊
  1. FTP

    0下载:
  2. 用WINSocket开发得FTP客户端程序,具备文件下载,上传等多种功能-WinSocket development with a FTP client with file download, upload, such as multi-functional
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-17
    • 文件大小:48128
    • 提供者:wul
  1. FtpClient

    0下载:
  2. FTP客户端程序,能够上传和下载文件,使得用户上FTP更加方便-FTP client program that can upload and download files
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:116736
    • 提供者:杨振兴
  1. ftp

    0下载:
  2. 用JAVA编程实现ftp客户端的程序,提供文件传输服务。-Programming with JAVA client ftp program, to provide file transfer services.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:王丽越
  1. ftpclient

    0下载:
  2. FTP客户端程序,通过IP、端口、用户名和密码与服务器建立连接,传输文件。-FTP client propramming .
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-17
    • 文件大小:3761152
    • 提供者:sunjizhong
  1. myFtpClient

    0下载:
  2. FTP客户端程序,使用VC++编写的,非常好用。-FTP client program, using VC++ written in very easy to use.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-17
    • 文件大小:116736
    • 提供者:shao
  1. threadftp

    0下载:
  2. 一个多线程的 VC++ FTP客户端程序源代码,其实本代码的FTP程序相对简单,因为程序主要想表现的并非FTP程序如何编写,而是多线程技术的加入,简单的才是好理解的,理解了你才能慢慢高深起来哦。 -A multi-threaded VC++ FTP client program source code, in fact, the FTP program of this code is relatively simple, becau
  3. 所属分类:Ftp客户端

    • 发布日期:2024-05-17
    • 文件大小:22528
    • 提供者:madud00025
  1. FtpClient

    0下载:
  2. ftp客户端程序,自己开发的完整版的客户端程序-ftp client program, developed their own client full version
  3. 所属分类:Ftp客户端

    • 发布日期:2024-05-17
    • 文件大小:7706624
    • 提供者:malei
  1. ftp

    0下载:
  2. 本程序为linux命令行下ftp客户端程序,实现了大部分常用ftp命令(this program is the ftp client under Linux commond line)
  3. 所属分类:Ftp客户端

    • 发布日期:2024-05-17
    • 文件大小:7168
    • 提供者:善根微薄
  1. FTP客户端之一

    0下载:
  2. 该程序运用了当文档对话框,实现了客户端与服务器的链接,但是在运用时还需要能够成功连接服务器,因此要先架好FTP服务器。(The program used the document dialog box to achieve the link between the client and the server, but when it was applied, it also needed to successfully connect
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-17
    • 文件大小:5276672
    • 提供者:yangxinyi
  1. VC写的FTP客户端程序(可上传下载)

    0下载:
  2. 用VC++写的仿FTP客户端软件的源程序,设置好FTP服务器的连接信息,可以实现文件的上传与下载,并列举所有目标主机下的文件,运行演示如截图示,界面和CUTEFTP很相似。(With the source program of the FTP client software written by VC++, the connection information of the FTP server is set up, the file
  3. 所属分类:Ftp客户端

    • 发布日期:2024-05-17
    • 文件大小:106496
    • 提供者:送方
« 1 2 3 45 6 7 8 9 10 ... 32 »

源码中国 www.ymcn.org