搜索资源列表

  1. FTP服务器

    0下载:
  2. FTP文件传输的服务器端
  3. 所属分类:源码下载

  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-06-17
    • 文件大小:26624
    • 提供者:马春雷
  1. tftp1

    0下载:
  2. 一个在unix下用c语言实现tftp(简单文件传输协议)的源码 包括服务器端和客户端-source code of a tftp(trivial file transfer protocol) written in c language under unix circumstance,including server program as well as client program
  3. 所属分类:Ftp服务器

    • 发布日期:2024-06-17
    • 文件大小:9216
    • 提供者:andy
  1. FTP,文件传输!SMTP设计

    0下载:
  2. 1)用户界面模块负责响应用户的键盘鼠标输入设置服务器的各个参数,显示服务器的工作状态以及错误提示,为用户提供标准的Windows界面。 2)帐户管理模块负责设置用户的访问权限,用户登陆后的根目录,并提供对用户透明的虚拟目录服务。同时还为别的模块提供查询文件(夹)的权限,查找本地文件是否存在等服务, 3)连接监听与FTP命令处理模块负责监听客户端的连接,并负责关闭阻塞的连接,释放每个连接占用的资源。此模块为FTP协议的核心,它具体负责FT
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-06-17
    • 文件大小:688128
    • 提供者:石飞
  1. tftpver1.5

    0下载:
  2. 一个tftp文件传输的客户端 方便初学者学习使用-a tftp file transfer client convenience beginners learning to use
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-06-17
    • 文件大小:21504
    • 提供者:罗标
  1. Client-FTP

    0下载:
  2. FTP客户端,用Visual c++开发,简单使用,适合初学者参考-FTP client, using Visual c development, simple to use, suitable for beginners reference
  3. 所属分类:Ftp客户端

    • 发布日期:2024-06-17
    • 文件大小:199680
    • 提供者:
  1. socketftp

    0下载:
  2. 该文件是基于socket编程的ftp文件传输的源代码。包含了服务器和客户端的源代码,是使用C语言编写的。运行在linux环境中。无解压密码。不妥之处,还请高手给予指点。-the document is based on the socket programming ftp file transfer the source code. Includes server and client source code is the use of
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-06-17
    • 文件大小:1024
    • 提供者:mafengxi
  1. WinCEFTPClient

    0下载:
  2. WinCE下的FTP客户端,只支持单线程文件上传下载删除的功能,局域网访问效果很好,支持外网访问。 -WinCE under the FTP client, which only supports thread to delete downloaded file upload function, LAN visit to good effect, and network support to the visit.
  3. 所属分类:Ftp客户端

    • 发布日期:2024-06-17
    • 文件大小:135168
    • 提供者:yangou
  1. ftp-socket

    0下载:
  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/网络编程

    • 发布日期:2024-06-17
    • 文件大小:4096
    • 提供者:李亚林
  1. FTP

    0下载:
  2. 文件传输协议客户端,VC++ 实现案例.-File Transfer Protocol client, VC++ Realize case.
  3. 所属分类:Ftp客户端

    • 发布日期:2024-06-17
    • 文件大小:13312
    • 提供者:wanyan
  1. vc863523445

    0下载:
  2. 这是个ftp文件传输系统,包括服务端和客户端的程序。-This is a ftp file transfer system, including client and client service procedures.
  3. 所属分类:Ftp客户端

    • 发布日期:2024-06-17
    • 文件大小:164864
    • 提供者:qingyu
  1. FTP

    0下载:
  2. 1支持站点目录和文件结构浏览。 2支持断线自动重新连接并自动恢复传输。 3文件列表过滤,远程编辑,整个远端目录删除,目录上传下载。同时里面有客户端和服务端的界面,清楚易懂 -1 to support the site visit the directory and file structure. 2 support disconnected automatically re-connect and automaticall
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-06-17
    • 文件大小:9298944
    • 提供者:xixi
  1. ftp

    0下载:
  2. 在Linux下c语言实现的基于TCP/IP的ftp文件传输程序,包含完整的源代码,分为客户端程序和服务器端程序-C language under the Linux-based TCP/IP, ftp file transfer program, including complete source code, divided into client and server-side program
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-06-17
    • 文件大小:6144
    • 提供者:yanyiliu
  1. FTP客户端

    0下载:
  2. FTP上传下载功能,主要功能是客户端的实现,根据本地地址,服务器地址传输文件(FTP upload and download function)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-17
    • 文件大小:6855680
    • 提供者:aomeishang
  1. FTP

    0下载:
  2. FTP文件传输协议客户端,上传下载,删除,重命名,刷新,更新,显示日志等等(FTP Client java shangchuan xiazai shuaxin)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-17
    • 文件大小:25600
    • 提供者:kxkxkx
  1. ftp

    0下载:
  2. 局域网内信息传输,支持多个客户端访问一台服务器,并可以同时上传文件下载文件。(LAN information transmission, support multiple clients access a server, and can upload files, Download files.)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-17
    • 文件大小:4096
    • 提供者:Mr_sun
  1. ftp文件上传下载

    0下载:
  2. Linux ftp 实现文件传输,客户端,服务器端实现文件上传下载(Linux FTP file transfer, client, server-side file upload and download)
  3. 所属分类:Linux/Unix编程

  1. ftp文件传输源代码

    0下载:
  2. ftp实现的简单文件传输,客户端,服务器端(ftp file transfer,C++,ftp client,ftp server)
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-06-17
    • 文件大小:3435520
    • 提供者:江靖江景
  1. ftp文件传输

    0下载:
  2. ftp文件传输,客户端和服务器都有。(FTP file transfer Both the client and the server have.)
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-06-17
    • 文件大小:1024
    • 提供者:李二驴
  1. yrbProject

    0下载:
  2. 可以实现文件的下载上传,并有登陆功能,使用serv-u服务器(Can download the file upload function, and login function)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-17
    • 文件大小:590848
    • 提供者:jikemin
« 12 3 4 5 6 »

源码中国 www.ymcn.org