CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 Ftp客户端 搜索资源 - upload file

搜索资源列表

  1. FileUpload

    0下载:
  2. 文件上传源代码(c#),Web页面方式。-file upload source code (c #), Web pages manner.
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:32.59kb
    • 提供者:何亚辉
  1. ftpfiles

    1下载:
  2. 本程序实现FTP客户端的功能,能够登录FTP服务器、显示登录客户目录下的文件、目 录名和提供文件下载上传服务。本程序是一个取于对话框的MFC应用程序,主要介绍如何通过CInternetSession类、CFtpConnection类和CFtpFileFind类连接FTP服务器进行文件传输。-FTP client function can login FTP server, log shows the client directory, a directory name and file uplo
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:58.23kb
    • 提供者:陈康
  1. CS结构客户端自动升级

    1下载:
  2. 最新客户端自动升级程序 增强一些功能: 不重复下载, 上传时自动填写版本号。 softup.pbl ——上传文件 softupgrade.pbl ——下载文件 表结构: create table softupgrade( filever varchar(20), filename varchar(20), filedata long raw, primary key(filever ,filename )) -breaks automatic update features several en
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:32.48kb
    • 提供者:龙飞
  1. FtpFrame

    0下载:
  2. 是一个简单实用的FTP例子,利用Applet小应用程序编写的,可生成目录树,实现文件的上传和下载.-is a simple and practical example of the FTP, the use of small applet prepared the application, creating tree, a file upload and download.
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:4.15kb
    • 提供者:追求
  1. FTPclient(VC++)

    2下载:
  2. 用Visual c++作的FTP文件上传客户端工具,功能强大,可供学习VC人员下载学习使用!-Visual c for the FTP file upload client tools, powerful, can study VC Download learning!
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:121.79kb
    • 提供者:李秘
  1. FTP-file

    0下载:
  2. 这是一个用Delphi制作的简单的FTP客户端,功能有上传文件,下载文件,连接服务器等-This is a production with Delphi simple FTP client, file upload function. download link servers
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:244.98kb
    • 提供者:陈敏
  1. chat_room

    0下载:
  2. 实现文件的FTP上传 实现文件的局域网内上传,很方便的-achieve the FTP file upload files uploaded within the LAN, very convenient
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:45.49kb
    • 提供者:kk
  1. DelphiFtp

    0下载:
  2. 一个用delphi做成的ftp客户端程序delphiftp,可实现ftp文件上传下载功能-a cause with the ftp client delphiftp. to achieve ftp file upload download
  3. 所属分类:Ftp客户端

    • 发布日期:2010-07-07
    • 文件大小:18.05kb
    • 提供者:陈亚
  1. FtpSystem.rar

    0下载:
  2. 能够随时监听客户端的连接请求,提供上传,下载文件的功能,进行文件可靠性的传输.(服务器端也能提供增加访问用户的功能,修改用户相关信息的功能,并能选择对应每个用户的共享ftp列表的功能,进行相关的上传,下载数据【待升级】),并可以实现和客户端进行聊天等功能。在客户机请求来的时候为该用户临时创建一个进程,实现多线程的编程。,Be able to listen at any time the client connection requests, providing upload and downlo
  3. 所属分类:Ftp客户端

    • 发布日期:2017-06-03
    • 文件大小:15.11mb
    • 提供者:高攀
  1. Delphi.example.code.TIdFTP.File.Upload

    0下载:
  2. Delphi基于TIdFTP文件上传实例代码Delphi example code based on TIdFTP File Upload -Delphi example code based on TIdFTP File Upload
  3. 所属分类:Ftp Client

    • 发布日期:2017-03-22
    • 文件大小:26.37kb
    • 提供者:王蒙
  1. php-ftp-client

    0下载:
  2. php 实现ftp客户端,可以上传下载,删除文件,更改文件权限等-php ftp client to achieve, you can upload and download, delete files, change file permissions, etc.
  3. 所属分类:Ftp Client

    • 发布日期:2017-03-26
    • 文件大小:2.53kb
    • 提供者:linlong
  1. FtpClient

    0下载:
  2. 使用QFTP类基于FTP协议实现文件上传、下载、删除及新建等功能。-Based FTP protocol, file upload, download, delete, and new features such as use QFTP classes.
  3. 所属分类:Ftp Client

    • 发布日期:2017-03-23
    • 文件大小:718.93kb
    • 提供者:张静
  1. FTP_delpli

    0下载:
  2. // 模块说明: FTP传输核心模块类 // 功能: 指定一个下载(上传)的日期或文件名,系统执行传输功能(支持续传) // 备注:该模块属于传输类的一个子线程模块. -//Module Descr iption: FTP transmission core modules category// function: to designate a download (upload) the date or file name, the system transfer function
  3. 所属分类:Ftp Client

    • 发布日期:2017-03-25
    • 文件大小:7.23kb
    • 提供者:wzw
  1. ftp1

    0下载:
  2. 1支持站点目录和文件结构浏览。 2支持断线自动重新连接并自动恢复传输。 3文件列表过滤,远程编辑,整个远端目录删除,目录上传下载。 -1 to support the site visit the directory and file structure. 2 support disconnected automatically re-connect and automatically resume the transfer. 3, filter the list of files
  3. 所属分类:Ftp Client

    • 发布日期:2017-03-30
    • 文件大小:170.42kb
    • 提供者:xixi
  1. myftp

    0下载:
  2. ftp上传程序,本程序主要完成基于客户/服务器模式的文件传输-this is a ftp upload file ,
  3. 所属分类:Ftp Client

    • 发布日期:2017-04-03
    • 文件大小:68.56kb
    • 提供者:润野
  1. CMyTest

    0下载:
  2. 实现从ini文件读取信息,与ftp服务器建立连接,实现上传和下载,把要上传的文件上传到ftp服务器,下载的文件下载到本地电脑上。-Read information from a ini file, and ftp server connection, to upload and download, upload the file to upload to the ftp server, download the file to download to your local computer.
  3. 所属分类:Ftp Client

    • 发布日期:2017-03-27
    • 文件大小:205.24kb
    • 提供者:wangxm
  1. tftpd32

    1下载:
  2. tftp上传工具,linux与windows之间文件传输,大文件传输,速度很快。-tftp upload tool, linux and file transfer between windows, large file transfers, very fast.
  3. 所属分类:Ftp Client

    • 发布日期:2017-03-29
    • 文件大小:124.15kb
    • 提供者:王文星
  1. FTP-file-upload-and-download-module

    1下载:
  2. FTP文件上传下载模块,内附程序源码和程序使用说明-FTP file upload and download module, containing the program source code and program instructions
  3. 所属分类:Ftp Client

    • 发布日期:2015-03-04
    • 文件大小:837kb
    • 提供者:陈磊
  1. Class1

    0下载:
  2. 一个比较完整的ftp类,包括文件的上传和下载,以及文件的批量上传下载功能-A more complete FTP class, including upload file download files and documents in the batch upload and download
  3. 所属分类:Ftp Client

    • 发布日期:2017-03-28
    • 文件大小:1.89kb
    • 提供者:甘佳军
  1. FtpClientX

    0下载:
  2. FTP上传文件客户端控件程序,可以被C#等语言调用-FTP upload file client control program can be in C# and other languages ​ ​ call
  3. 所属分类:Ftp Client

    • 发布日期:2017-05-17
    • 文件大小:4.6mb
    • 提供者:宋先生
« 12 3 4 »
搜珍网 www.dssz.com