10 JUL 2026 - Back up to full speed! Let's be honest: for the last few months, TorrentFunk was painfully slow. Pages crawled, searches dragged, and just loading the site tested everyone's patience. We hunted the problem down to our network and rebuilt it from the ground up — smarter caching, a much bigger and faster connection, and a lot of fine-tuning under the hood. The difference is night and day: the site now loads in a fraction of a second. No more waiting around. Thanks for sticking with us through the slow spell. Now go discover your funk!
libssh is a powerful C library designed to implement the SSHv2 and SSHv1 protocols on both the client and server side. With libssh, you can remotely execute programs, transfer files, use a secure and transparent tunnel for your remote applications. Here are some key features of "libssh":
· Client and server support · Supports asynchronous connections · Supports SFTP, SCP and OpenSSH Extensions · Thread safety when using different sessions at same time · SSH2 and SSH1 protocol support · Based on poll(2), WSAPoll() on Windows Vista+ or a poll(2)-emulation. · Large file system support (files bigger than 4GB) · Supports OpenSSL and GCrypt · Support for AES-128, AES-192, AES-256, Blowfish, 3DES in CBC mode, and AES in CTR mode · POSIX-like SFTP (Secure File Transfer) implementation with openssh extension support · RSA and DSS server public key supported · SSH agent authentication support · ZLIB Compression support What's New in This Release: [ read full changelog ]
· Added ssh_ prefix to all public functions. · Added complete Windows support. · Added improved server support. · Added unit tests for a lot of functions. · Added asynchronous service request. · Added a multiplatform ssh_getpass() function. · Added a tutorial. · Added a lot of documentation. · Fixed a lot of bugs. · Fixed several memory leaks.