CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - 上传下载

搜索资源列表

  1. BAK

    0下载:
  2. jsp实现文件上传下载 执行服务器端脚本功能
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2009
    • 提供者:lee
  1. FTP_linux

    0下载:
  2. 本设计实现了ftp的设计,使用了socket网络编程,ftp基于cs模式,包含客户端和服务端,可以实现上传、下载、删除、添加等各种功能,支持断点续传、多用户登陆、错误日志等功能。运行环境是linux,压缩包内含有源代码、使用说明、实验报告等,是学习linux和网络编程的上等材料。-This design enables the design of ftp, using the socket network programming, ftp cs-based model, including cl
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-19
    • 文件大小:5201905
    • 提供者:
  1. ftp

    2下载:
  2. 在linux环境下用socket编程实现一个FTP,并支持以下命令: 1.?显示FTP的命令 2.pwd显示客户端的路径 3.dir列出客户端的文件信息 4.cd 改变客户端的路径 5.put 上传一个文件 6.get 下载一个文件 7.quit 结束,退出FTP -In the linux environment, with the socket programming an FTP, and supports the follo
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-01-05
    • 文件大小:76903
    • 提供者:fukker
  1. ftpproject20090201

    0下载:
  2. linux先ftp客户端,实现文件上传下载,建立目录,实现互联网文件共享-linux first ftp client, uploading and downloading files, create the directory, the realization of the Internet file-sharing
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-26
    • 文件大小:19837
    • 提供者:龙志涛
  1. wlet

    0下载:
  2. linux 下 ftp 和 telnet 功能结合的一个服务器源码,可实现服务器端和客户端基本shell 命令,及上传下载文件功能,无需帐号认证 - 1 no count and no authentication , the shell running level result in who run the server in server side 2 basic ftp transferring functions as get files (g files ) and
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:8582
    • 提供者:虎成
  1. ftp

    0下载:
  2. 一个ftp的软件 可以实现文件的上传 下载 查看服务端的目录 用c实现。-A ftp software you can upload files download view the directory services client and c to achieve
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:107075
    • 提供者:朱安然
  1. FTPService

    0下载:
  2. ftp服务器的主要功能是上传下载文件以达到数据共享的目的。在linux底下开发ftp服务器旨在帮助学员综合运用linux初级编程与linux高级编程所学到的知识。如:守护进程的编写,进程间通讯, 管道,socket编程,文件I/O标准库函数与系统调用,以及文件权限管理等等。具体操作详见压缩包里面的文档有操作服务手册,可以控制上传和下载的速度。-USER PASS CWD,XCWD CDUP REIN QUIT PORT PASV TYPE MODE RET
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:293280
    • 提供者:
  1. cmdftp-0.9.7.tar

    0下载:
  2. 在unix、linux开发环境下在使用。很棒的ftp开源客户端程序.里面把包含所有的客户端完成功能。上传下载查找等。真的很好。-A great ftp client program
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:141570
    • 提供者:maryway
  1. FTP_SERVER_SRC

    0下载:
  2. 项目简介:使用Linux下C语言开发,遵循RFC959协议,以命令解析器为核心,利用Socket作为通讯接口,提供上传下载,断点续传,流量控制,连接控制,支持多种常用FTP客户端。 -Project Descr iption: Using the C language under Linux development, follow the RFC959 protocol to the command parser as the core, the use of Socket as a com
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:34735
    • 提供者:杜峰
  1. cclab

    0下载:
  2. linux下基于C语言的BT下载程序 BitTorrent(简称BT)是一个文件分发协议,每个下载者在下载的同时不断向其他下载者上传已下载的数据。而在FTP、HTTP协议中,每个下载者从FTP或HTTP服务器处下载自己所需要的文件,各个下载者之间没有交互。当非常多的用户同时访问和下载服务器上的文件时,由于FTP服务器的处理能力和带宽的限制,下载速度会急剧下降,有的用户根本访问不了服务器。BT协议与FTP协议不同,它的特点是下载的人越多下载的速度越快,其原因在于每个下载者将已下载的数据提供给其
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:4944
    • 提供者:羽飞
  1. ftp

    0下载:
  2. ftp服务功能, 有文件的上传下载功能和用户管理功能-ftp server
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:8719
    • 提供者:方渡远
  1. client

    0下载:
  2. C语言实现的FTP客户端,与服务器相连接,实现上传下载功能-FTP
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:1868
    • 提供者:打飞
  1. 1

    0下载:
  2. FTP服务器,满足上传下载,目录的一些操作-FTP server, to meet the uploading and downloading, directories, some of the operations
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6302
    • 提供者:打飞
  1. FTP

    0下载:
  2. FTP服务器,满足上传下载,目录的一些操作-FTP server, to meet the uploading and downloading, directories, some of the operations
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-27
    • 文件大小:9280852
    • 提供者:打飞
  1. labfin

    0下载:
  2. linux下ftp协议客户端代码.实现登陆,被动连接,文件的上传,下载等功能,利于新手了解ftp协议工作机制.-ftp protocol under linux client code. to achieve landing, passive connectivity, file upload, download and other functions, which will help novice to understand the working mechanism ftp protocol
  3. 所属分类:Linux-Unix program

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

    0下载:
  2. c编写的FTP 有简单上传 下载 更新 的功能-c prepared a simple FTP upload and download updated features
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:130348
    • 提供者:
  1. jsch-0.1.48

    0下载:
  2. jsch实现ssh连接功能的源码,能实现建立ssh安全连接,上传下载功能等-jsch to achieve the ssh connectivity of source, can an ssh secure connection, the upload and download functions
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-09
    • 文件大小:306431
    • 提供者:刘德华
  1. libcommon

    0下载:
  2. 一些常用的通用数据结构处理库,包括双向链表、Hash Map、MD5加解密、HTTP/HTTPS上传下载、JSON解析等。-some common datastructure library,such as linked-list,hash map,md5,http/https download/upload,json parser,and so on
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-24
    • 文件大小:93912
    • 提供者:fengjing
  1. FTP客户端

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

    • 发布日期:2017-12-25
    • 文件大小:6855680
    • 提供者:aomeishang
  1. ftp文件上传下载

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

« 12 3 4 »
搜珍网 www.dssz.com