Ssh terminal, file transfer and tunneling tool. The focus is on running tunnels inside tunnels. That one has to jump through several machines.
Please see the wiki pages for documentation.
https://sourceforge.net/p/doffensshtunnel/wiki/Home/
C++ library that wraps both raw and SSL functionality into an easy-to-use set of classes.
Raw sockets supported:
* IPV4 TCP
Platforms currently supported:
* Windows
The following SSL libraries are supported:
* OpenSSL 1.0.2d
Additional platforms, raw libraries (e.g. IPV6) etc. will be added in due course, the architecture has been designed to accommodate expansion.
This wrapper is meant to use curl in an OOP manner while preserving the programming style / API style of libcurl. This is more like an object oriented c++ bind rather than a wrapper, as it tries to keep the api as simple and as close to the original as possible without wrapping unnecessary stuff.
HSCP (Hybrid scp) is developing to transmit the large size file at high speed on the long distance and wideband infrastructure. It has achieved the fast transfer by changing the file transfer part of scp into the UDP (using UDT).
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
HSSH (Hybrid ssh) is developing to transmit the large size data at high speed on the long distance and wideband infrastructure. It has achieved the fast transfer by changing both ways pipeio transfer of ssh into the UDP (using UDT). cf. HSCP
Paul Thomas's Performance Tuned SSH, aka PTssh. A cross-platform, high-performance, multi-threaded, thread-safe library implementing the SSH2 protocol and SFTP version 3.
Un ensemble de scripts utilises par Framasoft. Ils ont ete realise afin de mieux gerer des serveurs ou pour ajouter des fonctionnalites à nos sites internet.
HSFTP (Hybrid sftp) is developing to transmit the large size file at high speed on the long distance and wideband infrastructure. It has achieved the fast transfer by changing the file transfer part of sftp into the UDP (using UDT). cf. HSCP.