CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - ftp 文件 传输

搜索资源列表

  1. FtpTestw1

    0下载:
  2. 每一个Ftp发送之后,Ftp服务器都会返回一个字符串,其中包括一个返回代码和一串说明信息。这个返回码主要是用于判断命令是否被成功执行了。除此之外,还有一个非常重要的命令的返回。当发送PASV之后,返回“227 Entering Passive Mode (127,0,0,1,4,18)”。这意味着在服务器上有一个端口被开放,他将为我们后面接着的数据传输作好准备,但是我们如何知道该端口号呢,就在(127,0,0,1,4,18)中,前面四位指服务器的地址,关键是最后两位,将最后第二位乘256再加上最
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1848
    • 提供者:方波
  1. FTPSOCKET510

    0下载:
  2. 这个vc++程序实现的是利用ftp传输文件的客户端-vc procedures to achieve this is to transfer files using ftp client
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:55060
    • 提供者:李牧白
  1. jsjwangluoftpde

    0下载:
  2. 此程序实现了FTP文件的传输的编程,能够实现上载和下载文件的功能,采用VB编程!-this program achieved a FTP file transfer program that can be achieved on the documents and downloading functions, using VB!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:706039
    • 提供者:
  1. ftpanalysis

    0下载:
  2. ftp案例分析的所有源码及文档,windows的网络编程,利用了socket(套接字)。来实现消息和文件的传输-ftp case analysis of the source code and all documentation, windows network programming, use of the socket (socket). To achieve information and documents transmission
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:2108648
    • 提供者:linteng
  1. FtpDll

    0下载:
  2. FTP传输文件的DLL,很方便的加入DLL,调用相应的函数即可-FTP to transfer files DLL, very convenient to the DLL, which calls the corresponding function can be
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:12176
    • 提供者:long.ye
  1. ftptest

    0下载:
  2. 测试FTP传输协议,主要的功能是从本地传输文件到FTP服务器上。
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:306284
    • 提供者:luodongxi
  1. 用Delphi实现远程控制

    1下载:
  2. WinSock是一组API,用于在网络上传输数据和交换信息。虽然现在有很多工具如FTP 程序可以在网络上传输数据和文件,但是通过WinSock编程有更大的灵活性,它不需要关心网络连接的细节,不过用WinSock编程却很复杂。在Delphi中我们并不需要直接与 WinSock的API打交道,因为TClientSocket元件和TServerSocket元件(在Internet页)封装了WinSock的大部分API,使得对WinSock的访问大大简化。下面这个远程控制的例子就很清楚地说明了这个问题,
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:5445
    • 提供者:里平
  1. pcap

    0下载:
  2. 对分成多个TCP传输的文件重组,去除头信息,得到数据内容,并可以显示或输出 到文件。例如,FTP传输RM时,可以将探测到的TCP包重组并保存至文件,就可以观 看了。-Transfer of files into multiple TCP restructuring, removal of the first information, to receive data content, and can display or output to a file. For example, FTP t
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:154223
    • 提供者:hyboo
  1. 95302905TFTPSRV

    0下载:
  2. 一个非常好用的FTP服务器,用于TFTP传输文件,烧写Flash-A very easy-to-use FTP server for the TFTP transfer files, Flash programmer
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:22353
    • 提供者:hj
  1. FTP_client_by_C

    0下载:
  2. 遵照FTP协议编写的FTP客服端程序,可以与服务器程序互联传输文件-AC_FTP is a file transfer protocol client that uses asynchronous socket operation mode and utilizes many programming techniques described in detail throughout the book. It connects to an FTP server, sends co
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:37727
    • 提供者:张凯瑞
  1. Vvxwwoks_ftppx

    0下载:
  2. vxworks下的FTP Serverr源代码,能实现文件传输与目录的基本功能 -the vxworks under FTP Serverr in the source code can achieve the basic functions of file transfer and directory
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:26847
    • 提供者:马润
  1. Tamir.SharpSSH

    0下载:
  2. SFTP即加密文件传输协议(Secure file transfer protocol) ,与FTP不同的是,指令与数据在传输过程中都是经过加密的,防止在网络传输过程中密码和敏感信息被盗取。为了使用.Net来实现这一过程: 1.安装SFTP Server测试环境: 下载setupssh.exe 在服务器上按照提示安装setupssh.exe 打开一个命令行,找到OpenSSH目录(默认:C:\Program Files\OpenSSH) 创建Group mkgro
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-06
    • 文件大小:71412
    • 提供者:luguo
  1. FTP-cSharp

    0下载:
  2. FTP传输窗口客户端,提供新建文件夹、删除文件夹及文件,上传下载,刷新等功能。平台visual studio-FTP transmission, provide the new folder, delete the folder and file upload, download, refresh functions. visual studio
  3. 所属分类:CSharp

    • 发布日期:2017-11-15
    • 文件大小:543604
    • 提供者:张洛恺
  1. MyActiveX-

    0下载:
  2. 实现FTP文件的上传,批量传输,单个传输等模块-Achieve FTP file upload, bulk transfer, a single transmission module
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:169216
    • 提供者:孙德辉
  1. FTP

    0下载:
  2. fpt传输 pb9 开发的fpt上传文件和下载文件系统-ftp aaa
  3. 所属分类:Other systems

    • 发布日期:2017-04-23
    • 文件大小:307512
    • 提供者:czh
  1. fileT

    0下载:
  2. C语言,文件传输,tcp链接,socket,自己修改服务器路径和ip即可,简单-C,FTP!change the ip and file path by yourself
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2237
    • 提供者:hehuai
  1. ch12

    0下载:
  2. 基于VS2008开发的FTP程序,程序有两部分,一部分是客户端,另一部分是服务器。可以实现文件传输。-VS2008 development based FTP program, the program has two parts, one is the client and the other part is the server. File transfer can be achieved.
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:49542
    • 提供者:李世民
  1. FTPcode

    0下载:
  2. 实现了FTP SERVER - FTP CLIENT文件传输功能-Implements the FTP SERVER- the FTP CLIENT file transfer function
  3. 所属分类:Communication

    • 发布日期:2017-05-07
    • 文件大小:1333926
    • 提供者:王立章
  1. Http File Server 2.3k Build 299

    1下载:
  2. hfs网络文件服务器是专为个人用户所设计的HTTP档案系统,如果您觉得架设FTP Server太麻烦,那么这个软件可以提供您更方便的网络文件传输系统,下载后无须安装,只要解压缩后执行 hfs.exe,于「Virtual File System(虚拟档案系统)」窗格下按鼠标右键,即可新增/移除虚拟档案资料夹,或者直接将欲加入的档案拖曳至此窗口,便可架设完成个人HTTP网络文件服务器。(HFS HTTP is a network file server file system designed fo
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:870400
    • 提供者:神坑队长
  1. sofmwareserformancecurly

    0下载:
  2. 一个基于delphi的FTP传输程序,能够实现上传和下载功能,通过编译,()
  3. 所属分类:文件操作

    • 发布日期:2018-04-29
    • 文件大小:268288
    • 提供者:sialog
« 1 2 3 45 »
搜珍网 www.dssz.com