搜索资源列表
data_transfer_for_tcp_single_thread
- 文件传输单线程程序,利用TCP协议保证文件传输的可靠性。可以运行Windows和linux环境下。-Single-threaded file transfer program file transfer using TCP protocol ensures the reliability. Can run Windows and linux environment.
msdl-1.2.4-r1.tar
- linux下流媒体下载程序代码,可下载mms,http,rtsp,ftp等-This program is to download multimedia streaming files. Currently it supports following protocols. * mmst (Microsoft Media Server over TCP) * mmsh (MMS over HTTP) * http (Hyper Text Tran
Service
- 基于TCP和UDP协议的网络编程与程序设计,实现大文件传输功能的服务器端的设计。-TCP and UDP protocols based on network programming and program design to achieve large file transfer capabilities of server-side design.
SRDPClient
- 基于TCP和UDP协议的网络编程与程序设计,实现大文件传输功能的客户端的设计。-TCP and UDP protocols based on network programming and program design, large file transfer capabilities to achieve the client design.
450913ftp-svr-clt
- ftp服务器源码,基本实现了ftp的功能。文件传输,远程登录等。在linux下实现,基于tcp。-ftp server source code, the basic realization of the ftp function. File transfer, remote login, and so on. In linux to achieve, based on tcp.
Lam_qt
- 本软件采用Linux系统,以QT为开发语言,在实现了基本通信功能的基础之上,继续将软件进行交叉编译,并将其成功移植到ARM9开发板上。本软件没有服务器,只有单一的客户端,软件启动时通过使用UDP协议向255.255.255.255这个广播地址发送一个经过编码的广播包建立在线用户列表;本软件可以在XP系统、Ubuntu系统和ARM9开发板运行,使用了Tcp/Udp、Socket等技术;软件实现了基本的修改用户名、一对一聊天和文件的传输功能。 -The software deliberately
FTP_socket
- 在Linux系统上完成一个文件传输协议(FTP)的简单实现。通过本实验,深入了解FTP协议的原理和协议细节,学会利用socket接口设计实现简单的应用层协议,掌握TCP/IP网络应用程序的基本设计方法和实现技巧。在Linux系统上使用socket接口实现FTP客户端程序,严格按照RFC959,使客户端可以连接至服务器,并且可以进行一些FTP的基本操作,如列出目录、下载文件等。从FTP协议的实现角度来看,客户端与服务器的命令通道和数据通道需要分离。-In the Linux system to c
ipmsg211src
- 飞鸽传书 (IP Messenger V2.06)是一款基于 TCP/IP(UDP)的局域网内即时通信软件,2.00以上版本支持局域网内发信息、传送文件、文件夹、多文件(或文件夹),通讯数据采用 RSA/Blofish 加密 (2.00版以上),速度非常快,采用BSD License开源许可协议发布。。最新版(2.50 alpha6)的Log文件支持 UTF-8编码格式,增加了气球提示。-IP Messenger (IP Messenger V2.06) is a based on TCP/IP
client100
- linux下基于TCP的实现文件传输的客户端程序-Under Linux based on TCP client program implementation of file transfer
trochilus-master
- Trochilus A fast&free windows remote administration Tool Coded in C++ (using VS2010) Features Support TCP,UDP,HTTP,HTTPS Serilize Protocol Support Non-UAC Shellcode Extension Remote Uninstall Singled-Threaded File Manager
209proj
- # Simple FTP A simple TCP file transfer application. ## Dependencies Python 3 ## To run 1. Start the server on the machine to receive the file using the following command: ```bash python3 server.py <local-port>
资料
- 并发TCP、UDP服务器客户端,消息互发,文件互传(Concurrent TCP UDP server client, message exchange, file transfer.)
qt聊天带文件传输
- 通过qt实现局域网内聊天并带有文件传输功能(QT realizes LAN chat and file transfer function.)