搜索资源列表
sendfile
- 文件传输,局域网内客户端之间传输文件,TCP类库TcpListenerHelper TcpClientHelper TcpCommon-File transfers, LAN file transfer between client, TCP library TcpListenerHelper TcpClientHelper TcpCommon
uploadfile
- 上传手机目录下的文件,用tcp连接进行传输。在此基础上可以进行任意扩展。-Upload file cell phone directory, using tcp connections for transmission. On this basis, can be arbitrarily extended.
src
- 用java实现网络中的tcp和udp协议下的文件传输-Achieve network with java tcp and udp file transfer under the agreement
FileTransfers
- 用ftp实现可靠文件传输 大家都清楚,如果用TCP传输文件的话,是很简单的,根本都不用操心会丢包,除非是网络坏了,就得重来。用UDP的话,因为UDP是不可靠的,所以用它传输文件,要保证不丢包,就得我们自己写额外的代码来保障了。-Reliable file transfer using ftp it is clear that if the use of TCP to transfer files, it will be very simple, simply do not have to wor
Udp
- 基于udp的聊天工具,在TCP/IP网络通信环境下,Socket数据传输是一种特殊的I/O,它也相当于一种文件描述符,具有一个类似于打开文件的函数调用-socket()。-UDP-based chat tools,Socket data transfer in TCP/IP network communication environment, a special I/O, it is equivalent to a file descr iptor, has a similar function
ftp_lab
- 从命令行终端获得ftp 服务器的域名或 IP 地址字符串,转换为网络字节序的二进制 格式的IP 地址。 使用上述IP 地址和默认的21端口,创建一个到ftp 服务器的TCP 连接,用于传输 所有的控制命令。 在传输控制命令的TCP 连接中循环处理,将用户端的标准输入解释为FTP 协议的 控制命令并发送,根据ftp 服务器回复的响应命令执行一些本地操作或远程控制。 准备进行数据传输时,创建一个新的 TCP 连接,根据需要,将接收到的数据发送到 标准输出或存储到文件
tcpwenjianchuanshu
- tcp文件传输:利用Winsock控件连接客户端,,连接以后传输文件。-the tcp file transfers: Winsock control to connect the client, connection after transfer files.
filetrans
- vs上用c写udp和tcp网络文件传输的的服务器和客户端-udp and tcp network file transfer server and client ,write by c vs
tcp-c
- TCP传输文件,一个简单的小程序,新手可以尝试一下!-TCP to transfer files, a simple little program, and newcomers can try!
DataTS
- Socket-TCP文件传输(DLL+exe)开源代码-socket-tcp send file(DLL+EXE)
fileT
- C语言,文件传输,tcp链接,socket,自己修改服务器路径和ip即可,简单-C,FTP!change the ip and file path by yourself
Server
- 这个是我写的服务端的代码,可以和客户端相互传输文件-vb.net tcp server ,transferred to clict
birppgineering
- TCP协议下的文件传输系统,服务器端和客户端间通过IP地址的确认来实现通信-File transfer system under the TCP protocol, between client and server to implement communication through IP address confirmation
FileTransfer
- 创建一个简单的端到端的文件传输程序,分别实现为FileSend与FileReceive两个命令行程序,实现在控制台下通过命令行将主机A上指定文件,拷贝到主机B的指定目录下(The file transfer program to create a simple end to end, respectively for FileSend and FileReceive two command line program to achieve commands through the console
file
- 实现tcp客户端的消息传输,还有文件传输等实时传递信息功能!(Realize the TCP client message transmission, and the real-time message function such as file transfer!)
C#通过TCP传输文件
- C#通过TCP传输文件,包含服务端与客户端(C# transfers files through TCP, including the server side and the client)
labviewTCPfile
- Labview tcp/ip协议实现局域网的文件传输(Labview tcp/ip protocol implementation of LAN file transmission)
tcpqt
- qt传输大文件 用qt写的tcp传输,最简单的核心代码。供初学者研究(QT transmission of large files using QT written TCP transmission, the simplest core code. For beginners)