Welcome![Sign In][Sign Up]
Location:
Search - linux socket file

Search list

[Internet-Networkvphttpft-0[1].1.tar

Description: http协议下的文件传输程序-http agreement file transfer procedure
Platform: | Size: 13312 | Author: 海风 | Hits:

[Internet-Networksocketftp

Description: 该文件是基于socket编程的ftp文件传输的源代码。包含了服务器和客户端的源代码,是使用C语言编写的。运行在linux环境中。无解压密码。不妥之处,还请高手给予指点。-the document is based on the socket programming ftp file transfer the source code. Includes server and client source code is the use of the C language. Run on the Linux environment. No extract passwords. Nothing wrong with it and also invited experts to give instructions.
Platform: | Size: 1024 | Author: mafengxi | Hits:

[Internet-NetworkCUtils

Description: Linux环境下常用功能的实现,有XML解析器,SOCKET操作,文件操作等常用功能的源码实现-Linux environment commonly used functions, and it is an XML parser, Socket operation, file manipulation functions, such as the common source to achieve
Platform: | Size: 32768 | Author: 天涯 | Hits:

[Internet-Networkserver_new

Description: linxu socket 的服务端,实现了二进制文件的传输,没有实现非二进制文件的传输-linxu socket server and realized the binary file transmission, not realizing non-binary transmission
Platform: | Size: 1024 | Author: tangjing | Hits:

[Internet-Networkftp-socket

Description: 利用Linux开发环境,设计和实现一个简单的文件传输协议FTP. 里面包含了服务端和客户端的C程序-use Linux development environment, Design and Implementation of a simple file transfer protocol FTP. it contains the server and client procedures C
Platform: | Size: 4096 | Author: 李亚林 | Hits:

[Internet-Networksocket

Description: linux下使用socket传输文件的源码,文件使用了des3加密,包括客户端和服务器端。-linux use socket to transfer files of source code, documents used des3 encryption, including client and server.
Platform: | Size: 838656 | Author: 马光强 | Hits:

[Linux-UnixlinuxApp-Code

Description: linux编程的简单例子,涵盖文件I/O,多线程,多进程,socket等入门经典-linux programming simple example, covering file I/O, multi-threaded, multi-process, socket, such as Introduction to Classical
Platform: | Size: 22528 | Author: a | Hits:

[Linux-Unixsocket

Description: 提供了非阻塞的客户端和服务器端通信的实例程序。用linux下的C语言实现。-Provides a non-blocking client and server-side examples of communication procedures. Under linux using C language.
Platform: | Size: 10240 | Author: jidong | Hits:

[Internet-NetworkLinuxSocket

Description: linux下套接字源码,可以进行图像文件传输-linux-source under the socket, you can image file transfer
Platform: | Size: 2048 | Author: zll | Hits:

[Linux-Unixsocket

Description: linux 下简单的网络通信例子(包括客户端和服务端源文件)。-linux under the simple example of network communication (including client and server source file).
Platform: | Size: 25600 | Author: 申鑫 | Hits:

[Linux-Unixdemo

Description: 在linux2.6内核下编的基于socket的通信程序,可以直接运行,里面包括server.cpp和client.cpp以及makefile文件,支持文件传输-At under linux2.6 kernel socket-based communication procedures, can be directly run, which included server.cpp and client.cpp and makefile files, support file transfer
Platform: | Size: 44032 | Author: yulei | Hits:

[Internet-NetworkLINUX-socket

Description: Socket接口是TCP/IP网络的API,Socket接口定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。要学Internet上的TCP/IP网络编程,必须理解Socket接口。     Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的 Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返 回一个整型的Socket描述符,随后的连接建立、数据传输等操作都是通过该Socket实现的。常用的Socket类型有两种:流式Socket (SOCK_STREAM)和数据报式Socket(SOCK_DGRAM)。流式是一种面向连接的Socket,针对于面向连接的TCP服务应用;数据 报式Socket是一种无连接的Socket,对应于无连接的UDP服务应用。-Socket interface is TCP/IP network API, Socket Interface defines a number of functions or routines, the programmer can use them to develop TCP/IP network applications. Study on the Internet want TCP/IP network programming, we must understand the Socket Interface. Socket Interface Designer is the first interface on the Unix operating system inside. If you know Unix system input and output, then it is easy to understand the Socket. Socket data transmission network is a special kind of I/O, Socket is a file descriptor. Socket also has a similar function call to open the file of the Socket (), the function return an integer of Socket descriptor, then the connection set up, data transmission and other operations through the implementation of the Socket. Socket type commonly used in two ways: streaming Socket (SOCK_STREAM) and data reported type Socket (SOCK_DGRAM). Streaming is a connection-oriented Socket, for in the TCP connection-oriented service applications Datagram Socket t
Platform: | Size: 1406976 | Author: 陈威 | Hits:

[Otherlinux_program

Description: linux编程基础,适合初学者; (1)文件&文件流&目录流; (2)进程&进程间通信; (3)线程&线程间通信; (4)Linux Socket网络编程;-linux Programming for beginners (1) file & document flows & Directory flow (2) process & the process of inter-communication (3) threads & threads communication (4) Linux Socket Network Programming
Platform: | Size: 66560 | Author: sacool | Hits:

[Linux-Unixbrt

Description: Linux下写的 socket 文件传输送程序 服务端和客户端完美统一! 命令行参数分析的完美方式! -Write under Linux the socket file transfer service to send the client side and the perfect unity! Command-line parameter analysis of the perfect way!
Platform: | Size: 15360 | Author: superhn | Hits:

[Internet-Networksocket_programing_file_transfer

Description: socket programing: type-->file transfer ->open a terminal and compile the server file..this terminal will act like server ->open another terminal and compile the client file..this terminal will act as a client.. ->the file mention in the server side will be transferred to client side ->to compile c file in linux $cc filename.c -o outputfilename.o -socket programing: type-->file transfer ->open a terminal and compile the server file..this terminal will act like server ->open another terminal and compile the client file..this terminal will act as a client.. ->the file mention in the server side will be transferred to client side ->to compile c file in linux $cc filename.c-o outputfilename.o
Platform: | Size: 2048 | Author: lk | Hits:

[Linux-Unixsocket.tar

Description: socket 分别以tcp,udp两种方式通信的代码。 同一套代码,依靠不同的makefile文件,分别编译出在windows环境、linux环境、Android环境下的执行文件。-socket respectively tcp, udp communication code in two ways. The same set of code, relying on a different makefile files, respectively, lies in the windows environment to compile, linux environment, Android environment execute the file.
Platform: | Size: 4096 | Author: 孙涛 | Hits:

[Program docsocket-file-transfer

Description: linux/unix环境下利用socket进行文件传输的服务器端程序和客户端程序-linux/unix socket file transfer server client
Platform: | Size: 838656 | Author: 王亚磊 | Hits:

[Linux-Unixsocket

Description: Linux下的SOCKET通信程序,包括TCP通信范例和UDP通信范例,修改Makefile文件可在PC平台或者嵌入式平台上运行-Linux Socket communications programs, including TCP and UDP traffic communication paradigm, paradigm, modify the Makefile file can be run in an embedded platform
Platform: | Size: 50176 | Author: 沧海一笑 | Hits:

[Internet-Networkqq

Description: qq聊天工具socket文件传输源码,linux网络编程,源代码在压缩包里面-qq chat socket file transfer source, linux network programming, source code inside the archive
Platform: | Size: 4096 | Author: liuyuanqing | Hits:

[Internet-Networklinux-socket-file-transfer

Description: linux系统下PC机与PC机、pc机与ARM板之间的网络文件传输代码,基于socket。-linux system, network file transfers between the PC and the PC, pc machine with ARM board code, based on the socket.
Platform: | Size: 14336 | Author: 周安 | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net