Download List

Descripción del Proyecto

libssh is a C library to access SSH services from a
program. It can remotely execute programs, transfer files, and serve as a secure and transparent tunnel for remote programs. Its Secure FTP implementation can play with remote files easily, without third-party programs other than libcrypto (from OpenSSL) or libgcrypt.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-09-17 19:20
0.5.2

Muchos bugs fueron corregidos.
Tags: bugfix
Many important bugs were fixed.

2011-06-01 21:15
0.5.0

Grandes partes de la libssh internos fueron reescritos para poder ser completamente asíncrona en el futuro. El diseño de toda la red pasa de las llamadas sincrónicas a un sistema asincrónico basado en eventos. Esta versión incluye muchas mejoras de la red, correcciones de errores, compatibilidad con Windows, y las pruebas unitarias.
Tags: stable major
Huge parts of the libssh internals were rewritten to be able to be completely asynchronous in future. The whole network design passed from synchronous calls to an event-based asynchronous system. This release features many network improvements, bug fixes, Windows support, and unit tests.

2010-12-31 01:17
0.4.7

Esta versión corrige varios bugs y algunas pérdidas de memoria.
Tags: stable minor bugfix
This release fixes several bugs and some memory leaks.

2010-09-06 21:03
0.4.6

Esta es una versión nueva libssh que corrige algunos problemas en Windows, fija el manejo de canales abiertos y keepalive. Los usuarios de Windows se recomienda actualizar a esta versión.
Tags: minor bugfix stable windows
This is a new libssh release which fixes some problems on Windows, fixes open channel handling and keepalive. Windows users are advised to upgrade to this version.

2010-07-13 19:22
0.4.5

poll (2) de emulación en Windows fue corregido. Una opción se ha añadido para atar al cliente a una dirección IP. Se recomienda que los usuarios de Windows actualizar a esta versión.
Tags: bugfix, Stable
poll(2) emulation on Windows was fixed. An option was added for binding the client to an IP address.
It is recommended that Windows users upgrade to this version.

Project Resources