Welcome![Sign In][Sign Up]
Location:
Search - tcp file transfer in java

Search list

[ICQ-IM-ChatChatSystem1

Description: 它包括服务器端程序TcpServer和客户端程序TcpClient主要才用socket 编程, 本程序采用tcp/ip socket多线程编程,并对一些重要的同步操作做了超时控制,以减少等待的时间,像连接服务器基本功能跟QQ类似,能进行多点的聊天和点对点的文件传送。这种编程的优势在于传送的数据不会丢失,而且用户上线下线时能即时反应出来. -It includes procedures TcpServer server and client TcpClient mainly spent socket programming, the program uses a tcp/ip socket multithreaded programming, as well as some important synchronous operation done to control overtime, in order to reduce the waiting time, such as servers connected with the basic functions of QQ similar conduct multiple points of the peer-to-peer chat and file transfer. The advantages of this program is to transmit the data will not be lost, but users on the line when the assembly line immediately reflected.
Platform: | Size: 15432704 | Author: 陈超群 | Hits:

[Ftp Clientfiletransfer

Description: 对简单的TFPT协议进行改进,使其适应较大文件的传输,并且基于可靠的TCP连接,但比FTP又简单得多,适合中型传输和嵌入到应用系统中进行文件传输-TFPT agreement on simple improvements to adapt to a larger file transfers, and on a reliable TCP connection, but also much simpler than FTP, suitable for medium-sized application of transmission and embedded systems File Transfer
Platform: | Size: 139264 | Author: penglizhi | Hits:

[JSP/Javatcp

Description: 用java写的tcp数据包发送和接收代码。-Using java to write the tcp packet send and receive code.
Platform: | Size: 2048 | Author: 杨敏 | Hits:

[Internet-Network159108_1205765491

Description: java,聊天,文件传输,有源码,socket,TCP/IP-java, chat, file transfer, has source code, socket, TCP/IP
Platform: | Size: 14336 | Author: 张勤康 | Hits:

[Internet-NetworkProgram

Description: 文件传输协议FTP是基于TCP / IP的应用层协议,其主要功能是提供文件的共享、支持远距离计算机间接或直接连接、保护用户不因各类主机文件存储器系统的差异而受影响、进行可靠且有效的数据传输等,应用非常广泛。但是传统的FTP有不少的安全漏洞,例如明文传输、缺乏对数据的机密性和完整性保护,对通信双方也没有可靠的认证措施等。针对FTP的安全漏洞,近年来也出现了一些不需要对F IP协议自身做完全更改的协议扩展模块,如FTP SSL /TLS Extension。SSL ( Secure Sockets Layer)是用于对TCP / IP数据流进行加密的协议,同时还包括了身份认证和数据完整性校验等内容。显然,基于SSL /TLS的FTP克服了明文传输的致命弱点,但是无可否认的是,在开放式的互联网环境下FTP服务器受到恶意攻击的可能性还是很大,而且协议数据的安全性还是未得到保障。安全的本质是在信息的安全期内保证其在网络上流动的或 者静态存放时不被非授权用户非法访问,但授权用户却可以访问。基于这一概念,本文在SSL 的基础上设计了一个安全FTP系统,从认证、传输、存储三个方面大大提高了FTP的安全性。-FTP File Transfer Protocol is based on TCP/IP application layer protocol, its main function is to provide file sharing, remote computer support to connect directly or indirectly, to protect users from all types of hosts file memory system affected by the difference between, for reliable and effective data transmission and so on, a wide range of applications. Traditional FTP but there are a lot of security vulnerabilities, such as express delivery, lack of data confidentiality and integrity protection, the two sides of the communication did not credible certification measures. FTP for security vulnerabilities in recent years, there have been some F IP protocol does not need to completely change their agreement to do the expansion modules, such as FTP SSL/TLS Extension. SSL (Secure Sockets Layer) is used for TCP/IP data stream is encrypted agreement also includes authentication and data integrity checking and so on. Obviously, based on SSL/TLS for FTP transmission to overcome the
Platform: | Size: 304128 | Author: Tom | Hits:

[JSP/JavaFileTransfer

Description: This is a command line tool written by Java to transfer file between two computers in a TCP/IP network.
Platform: | Size: 1024 | Author: kingfox | Hits:

[JSP/JavaJavaFile

Description: 一个简单的文件传输工具,使用tcp/Ip实现-A simple file transfer tool, use the tcp/Ip achieve
Platform: | Size: 101376 | Author: wh | Hits:

[JSP/Javasocket_tcp

Description: file transfer in TCP source code in java
Platform: | Size: 1024 | Author: sujith | Hits:

[ICQ-IM-ChatTCP

Description: TCP聊天系统,实现局域网的信息交流,实现局域网的文件传输,信息交流,聊天。-TCP chat system, the exchange of information in LAN, LAN to achieve file transfer, information exchange, chat.
Platform: | Size: 3072 | Author: gongzhiqi | Hits:

[JSP/Javafile-transfer-tcp

Description: Demonstration of file transfer using TCP in java
Platform: | Size: 1024 | Author: Ezhilarasi | Hits:

[JSP/JavaWifiTransmission

Description: PC端开发:在Windows,C/C++开发环境下,运用Qt开发工具,运用UDP,TCP/IP网络协议进行文件传输应用开发 • Android端开发:在Android,JAVA开发环境下,运用Eclipse开发工具,运用UDP,TCP/IP网络协议进行文件传输开发开发 • 实现跨平台跨语言文件传输,解决不同语言间数据类型等其他差异引起的问题。 • 完成功能:无线传输,多文件传输,双向传输,解决Android传输上的众多问题。-PC development: in the Windows, C/C++ development environment, using Qt development tools, using UDP, TCP/IP network protocol for file transfer application development ? Android development: in Android, the JAVA development environment, using Eclipse development tools, using UDP, TCP/IP network file transfer protocol development ? to achieve cross platform and cross language file transfer, settlement caused by different language data types and other difference problem. ? complete function: wireless transmission, multi document transmission, two-way transmission, to solve many problems on Android transmission.
Platform: | Size: 1705984 | Author: weishui35 | Hits:

[JSP/JavaQQ

Description: 本程序是基于TCP/IP协议的网络通信程序,运用了Java的流、文件、多线程等编程技术。套接字对象在网络编程中扮演着重要的角色,该程序就是一个基于套接字技术编写的简单聊天工具。聊天功能所使用的输入输出流分别是BufferedReader和PrintWriter,服务器为客户端启动一个线程,在该线程中通过套接字和客户交流信息。当向服务器发送一条聊天信息:“Hello”时,服务器要向这个线程中的输出流写入信息:“Hello”,那么客户端套接字的输入流就读取到了这条消息。文件传输分为文件发送和文件接收两部分,当服务器端要向客户端发送文件时,先调用字节输入流FileInputStream从本机读取想要发送的文件,再将信息通过字节输出流BufferedOutputStream发送到客户端,这样客户端的字节输入流BufferedInputStream就读取到了相应信息,客户端再通过字节输出流FileOutputStream将信息以文件形式存入本机。-This program is based on network communication program TCP/IP protocol, the use of Java streams, files, and other multi-threaded programming techniques. Socket object plays an important role in network programming, the program is written in a simple socket-based chat tool technology. Input and output streams chat are used BufferedReader and PrintWriter, the server for the client to start a thread in the thread through the socket and customers to exchange information. When sending a chat message to the server: " Hello" , the server would like this thread output stream to write information: " Hello" , then the client socket input stream is read to this message. File transfer files sent and received document is divided into two parts, when the client would like the server to send the file, byte input stream FileInputStream first call to read the file you want to send from the machine, then the information output by the byte stream BufferedOutputStream sent to the client, s
Platform: | Size: 7168 | Author: 佟文浩 | Hits:

[P2Pp2p

Description: 使用java语言开发的基于TCP/IP的聊天程序,用户可以在同一个局域网内实现文件互传等功能-Using java language development based on the TCP/IP chat program, the user can achieve file transfer and other functions in the same local area network
Platform: | Size: 88064 | Author: 小潘 | Hits:

CodeBus www.codebus.net