搜索资源列表
-
0下载:
/*****远程控制服务器端源代码 本代码的作用和他的那段代码有些类似之处。 不过主要作用是接受并执行客户端的指令 实现起来比他的繁琐一些。 实现功能如下: 从配置文件中读取配置端口和用户名和密码 限制登录ip和登录连接数 可选择采用SSL通讯或者明文通信 接受客户端之类指令。 执行系统命令或者传送文件。-/***** remote control server source code of the role and his code during some similarities. Howe
-
-
0下载:
High performance socket server based on Windows Completion Port and with using Windows Socket Extensions. IPv6 supported.
Version 1.4.
Included two demo:
1) Simple HTTP server what can work in HTTP and HTTP over SSL mode (HTTPS). SSL mode ba
-
-
0下载:
ssl server to establish a connection with a client and create a client server environment
-
-
1下载:
在 Linux 下实现一个文件传输协议(FTP)的简单实现。实现FTP 客户端和服务器的程序,使客户端可以连接至服务器,并且可以迚行一些FTP的基本操作,如列出目录、下载文件等。从FTP 协议的实现角度来看,客户端不服务器的命令通道和数据通道需要分离。-In Linux to achieve a File Transfer Protocol (FTP) for simple implementation. FTP client and server implementation procedur
-
-
0下载:
含有SSL握手的服务器和客户端,绝对超值-SSL handshake with the server and the client,the absolute value
-
-
0下载:
用openssl实现的具有SSL握手功能的服务器和客户端-Implemented by openssl SSL handshake with the server and client functions
-
-
0下载:
Send email using SMTP STARTTLS. With STARTTLS, the SMTP client connects to the SMTP server on port 25 (non-SSL) and then issues a STARTTLS command to convert the connection to a secure TLS channel.
-
-
0下载:
邮件服务器搭建 smtp,An SMTP/ESMTP Client module for Node.js (maybe one day in a far off gallaxy I might write the server)
-
Features:
- Very basic protocol implementation
- Very basic wrapper around the protocol to provide a bit of a nice interface
-
-
0下载:
ftp4j是一个FTP客户端Java类库,实现了FTP客户端应具有的大部分功能。可以将ftp4j嵌到你的Java应用中,来传输文件(包括上传和下 载),浏览远程FTP服务器上的目录和文件,创建、删除、重命,移动远程目录和文件。ftp4j提供多种方式连接到远程FTP服务器包括:通过 TCP/IP直接连接,通过FTP代理、HTTP代理、SOCKS4/4a代理和SOCKS5代理连接,通过SSL安全连接。-ftp4j an FTP client-side Java class libraries, mo
-
-
0下载:
主要实现soap协议,支持ssl,代码简洁,属于轻量级soap协议实现,包含soap server和soap client-Main achievement of soap protocol to support ssl, code simplicity, are lightweight soap protocol, including the soap server and the soap client
-
-
0下载:
openssl的客户端和服务器端的程序,C语言编写-openssl server and client
-
-
0下载:
ssl通信过程,包括客户端、服务端源码程序-ssl communication process, including client and server source code program
-
-
0下载:
SSL通信的Server, client示例程序。TLS/SSL通信要求服务器提供证书,客户端对证书进行检查,从而验证服务器的真实性,并对数据传输进行加密。-SSL communication Server, client sample program. TLS/SSL communication requires server certificate, the client checks the certificate to verify the authenticity of the ser
-
-
0下载:
ssl server to establish a connection with a client and create a client server environment
-
-
0下载:
根据TR69协议规范编写的ACS服务端以及TR69客户端代码,代码均支持WEB Server管理,支持SSL,IPV6,BASIC,MD5等.可以实现节点的配置,Inform的管理分类以及简单的工单处理.TR69客户端可以实现各种类型的Inform上报,支持工单的批处理和各种标准RPC的操作.注:运行环境Linux,需要安装Open ssl . 该包只提供部分代码如需全部代码,请留言.-According to Document TR69 , develop ACS Server and TR6
-
-
0下载:
HTTP server with an SSL and client cert sample
-
-
1下载:
本文制定了安全套接层协议第3.0版(SSL3.0)规范。SSL是一个提供Internet上的通信隐私性的安全协议。该协议允许客户端/服务器应用之间进行防窃听、消息篡改及消息伪造的安全的通讯。-This paper formulates the SSL protocol version 3 (SSL3.0) specification. SSL is a provider of communication privacy on Internet security protocol. The agr
-
-
0下载:
使用ssl建立安全传输数据通道(包含客户端与服务端代码)
Browse Directory Tree:
gen_ca.sh: used to generate a ca cert
gen_subcert.sh: used to generate a sub cert ca
Makefile: used to generate app_client and app_server by client.c and server.c
client.c:the client use s
-
-
0下载:
Remote Desktop Protocol in twisted python.
RDPY is a pure Python implementation of the Microsoft RDP (Remote Desktop Protocol) protocol (client and server side). RDPY is built over the event driven network engine Twisted. RDPY support standard R
-