Download List

Projeto Descrição

The Qore SSH2 Module provides access to SSH v2 sessions and the SFTP protocol via libssh2 in the Qore programming language.

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.

2012-10-29 05:28
0.9.7

Esta versão corrige um deadlock no método SFTPClient::disconnect() quando chamado explicitamente, e corrige o módulo quando um arquivo de chave particular está definida e a chave pública ou privada não está disponível ou legível (anteriormente, esses erros poderia causar problemas de conexão do duro-à-debug). A documentação foi atualizada para usar o doxygen da nova compilação qpp-baseado do módulo.
Tags: Bugfixes
This release fixes a deadlock in the SFTPClient::disconnect() method when called explicitly, and fixes the module when a private key file is set and either the public or private key is not available or readable (previously, such errors would cause hard-to-debug connection problems). The documentation has been updated to use the doxygen from the new qpp-based build of the module.

2010-12-27 10:38
0.9.6

Esta versão corrige um impasse no SFTPClient: desconectar () e contém atualizações importantes documentação, a documentação da API é gerada a partir de agora Doxygen. Esta versão requer Qore 0.8.1 ou superior para compilar e executar, já que usa novos tipos de dados incluída pela primeira vez nesta versão da biblioteca Qore.
Tags: minor bugfix, major documentation update
This release fixes a deadlock in the SFTPClient::disconnect() method and contains major documentation updates; the API documentation is now generated from Doxygen. This release requires Qore 0.8.1 or greater to compile and run, as it uses new data types first included in this release of the Qore library.

2010-07-01 06:42
0.9.5

Esta é a versão inicial do módulo SSH2, fornecendo acesso a SSH 2 sessões e SFTP via libssh2 na linguagem de programação Qore. O módulo requer Qore + 0.8.0 para compilar e executar, como ele usa APIs novo tipo de informação disponível nas versões mais recentes do Qore. O módulo fornece o SFTPClient, SSH2Client e classes SSH2Channel, bem como classes base e constantes associados, e tem a documentação completa.
Tags: qore, SSH2, Module
This is the initial release of the ssh2 module, providing access to SSH 2 sessions and SFTP via libssh2 in the Qore programming language. The module requires Qore 0.8.0+ to compile and run, as it uses new type info APIs available in newer versions of Qore. The module provides the SFTPClient, SSH2Client, and SSH2Channel classes, as well as base classes and associated constants, and has complete documentation.

Project Resources