搜索资源列表
IntegraTUM_WebDisk_0.22
- IntegraTUM WebDiskis是一个能直接访问文件服务器的Web应程序。这个网络硬盘系统支持文件的上传,下载,重命名,删除,复制,剪切,搜索,创建目录,文件等。还可以设置权限来屏蔽相应的功能。它采用Java Servlets与jCIFS包进行开发。支持的文件服务器包括Samba,MS Windows,NetApp OnTAP和那些基于CIFS协议的服务器。-WebDiskis IntegraTUM is a direct access to the Web file server sh
DownloadingFile
- 下载文件服务器说明(使用Socket完成文件的下载的任务,客户端提交文件名称,服务器接受到以后,如果文件不存在,返回404信息,如果文件存在,则将文件的内容通过套接字发送给客户端,客户端接受到文件的内容后,保存到相应的文件中。 )-download the file server (using Socket download the document completed the task, documents submitted to the client name, the server
用Java实现FTP服务器
- windows环境的编程 一个文件-windows environment of a programming document
服务器信息探针
- 具有服务器信息探针,文件浏览、打包、解压,批量文件上传,搜索,数据库操作等功能-with server information probe, the file browser, packing, unpack, Batch file upload, search, databases and operating functions
.NET上传文件实例
- 这是一个基于asp.net的文件上传程序,主要是将本地文件上传到服务器的文件夹下面,请多多指教
上传文件管理组件
- 1、强大文件上传:普通浏览器上传支持单个电子文档最大2G,浏览器ActiveX插件上传支持单个电子文档最大4G。支持多文件批量上传、断点续传、进度显示上传。 2、超强易用性能:采用BS(浏览器/服务器)模式服务,类WINDOWS操作方案,即使仅会用鼠标的用户也可在无培训情况下快速应用。加强版OFFICE文件的在线编辑和版本管理能力提供强大、丰富、有效的公文处理能力。 3、应用安全可靠:具有灵活的权限分配机制和文档管理体系,提供多层次安全解决方案,最大限度保护了用户关键信息和文件的可靠管理与应
java上传文件
- 将upload目录拷贝到tomcat服务器的webapps目录下,重启服务后即可浏览本实例。
asp多文件上传源代码
- 选择多个文件上传,显示上传速度,进度条,纯正的FLASH代码,使用的是HTTP协议,所以客户端,服务端都不需要安装任何组件 因为是模仿FORM表单提交,所以支持所有的网页动态语言:ASP PHP ASP.NET JSP等 下载包中已经有 ASP PHP 源码范例 更新内容添加了对等待上传文件最大个数控制,参数为 fileNum 添加了上传数据总量控制,参数为 UpSize,本地判断用户可传输的流量,最大限度的节省了服务器流量浪费 ,Select multiple file upload, sh
java-TCP
- 1.实现一个采用用户自定义协议的文件传输服务器FileServer和客户FileClient。 2. 编写一服务器程序和客户程序,要求客户每输入一行数据,服务器接收后加上echo:回送给客户程序,要求服务器程序采用多线程方式和线程池为每个客户分配一个线程。-1. The realization of a use of user-defined file transfer protocol server FileServer and customer FileClient. 2. Write
Socket
- 利用socket套接字实现服务器和客户端的文件传输。-Socket using socket server and client to achieve the file transfer.
wangluobianchengshiyan(4)
- 1.实现一个采用用户自定义协议的文件传输服务器FileServer和客户FileClient。当FileClient发送请求“GET xxx.xxx”时,FileServer就把xxx.xxx文件发送给FileClient,FileClient把该文件保存到客户端的本地文件系统中,当FileClient发送请求“PUT xxx.xxx”时,FileServer就做好接收xxx.xxx文件的准备,FileClient接着发送xxx.xxx文件的内容,FileServer把接收到的文件内容保存到服务
HTTP
- 简单WEB服务器,能够通过HTTP GET命令获得一个简单的文件-A simple WEB server through HTTP GET command to obtain a simple file
FileBrowser_j2me_and_WM
- 文件上传下载管理(客户端j2me,WM,服务器端)-File Upload Download Manager (client j2me, WM, server-side)
uploadBean
- 上传文件到服务器指定文件夹中的JavaBean-Upload files to the server designated folder JavaBean
chat
- 用java写的聊天室源码,含有客户端和服务器端的jar文件。运用到多线程和socket技术-With java source code written in the chat room, which contains client and server-side jar file. Applied to multi-threaded and socket technology
Gobang_java
- 可联机对战的五子棋java源代码 包含服务器文件和客户端文件 详细的技术文档和用户手册-Available on-line against the Gobang java source code file that contains the server and the client document detailed technical documentation and user manual
SChatting
- 用java开发的聊天程序源代码 包含客户端文件和服务器文件-Developed using java chat program source code file that contains the client and server files
sftp
- JAVA实现的TFTP,类似与FTP的功能,有服务器、客户端,可以实现文件上传到服务器。-JAVA implementation of TFTP, and FTP similar functions, have the server, the client, you can achieve a file upload to the server.
mydms-1.7.2
- 一个文件管理服务器,包括了上传文件发布,审核,版本更新,以及用户权限管理-A document management server, including the release upload, validation, version updates, and user rights management
socketfile
- 一个简单的控制台的Socket练习,能够实现客户端从服务器端下载文件,适合于初学者-a simple test for beginner using socket