Download List

Projeto Descrição

Overthere is a Java library to manipulate files and execute processes on remote hosts, i.e. do stuff "over there". It was built for and is used in the XebiaLabs deployment automation product Deployit as a way to perform tasks on remote hosts, e.g. copy configuration files, install EAR files, or restart Web servers. Another way of looking at it is to say that Overthere gives you java.io.File and java.lang.Process as they should have been: as interfaces, created by a factory and extensible through an SPI mechanism.

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-02-22 07:03
1.0.15

Esta versão corrige para trás incompatibilidade: adiciona um método Close () explícita para a nova interface de OverthereConnection (era uma classe de 1.0.13) que não não acionar java.io.IOException.
This release fixes backwards incompatibility: It adds an explicit close() method to the new OverthereConnection interface (it was a class in 1.0.13) that does not throw java.io.IOException.

2012-02-21 08:35
1.0.14

Esta versão adiciona suporte para túneis SSH para jumpstations e para a autenticação NTLM em conexões CIFS. Ele foi atualizado para o SSH/J 0.7.0.
This release adds support for SSH tunnels to jumpstations and for NTLM authentication on CIFS connections. It has been upgraded to SSH/J 0.7.0.

2012-01-19 06:31
1.0.13

Mascarado senhas no log. ItestHostFactory também procura itest.properties em ~/.itest (em adição ao classpath e o diretório de trabalho atual).
Masked passwords in logging. ItestHostFactory also looks for itest.properties in ~/.itest (in addition to the classpath and the current working directory).

2012-01-13 06:52
1.0.12

Esta versão permite Avançar barras (/) ser usada em caminhos de Windows. É possível acessar compartilhamentos não-administrativos no Windows para que os métodos de conexão CIFS podem ser usados com contas de usuário regular. Consulte a opção de conexão pathShareMappings. A opção de conexão allocatePty foi adicionada para especificar um pseudo-terminal explícita para usar.
This release allows forward slashes (/) to be used in Windows paths. It is possible to access non-administrative shares on Windows so that the CIFS connection methods can be used with regular user accounts. See the pathShareMappings connection option. The allocatePty connection option has been added to specify an explicit pseudo-terminal to use.

Project Resources