[Coming Soon] SSH Pro - Secure SSH communcation

SSH Support for unity (Windows), providing securing communication and uploads / downloads

This package provides an easy to use .NET API wrapping the libssh2 client library

Features

  • SFTP
  • SCP
  • Shell
  • Exec
  • Subsystem
  • Tunneling
  • Authenticate with password, SSH-Agent or key file

The library works smoothly with unity’s coroutines, so ssh functionality can be implemented in a non blocking manner on the main thread.

Access to the libssh2 library is supplied on three 3 levels:
A direct wrapper,
A “helper” class
An easy to use .NET api

links
Documentation

Dependencies
The version of Libssh2 supplied is built with OpenSSL, and is required for the correct functioning of the library. Install instructions included in documentation

Hello,
I would like to be sure, due to this “SSH Support for unity (Windows)”.
Does your package work on iOs and Android ?
Thanks,

is there a way to specify permissions when uploading to sftp? I get files with no permissions set

Hi , Can your asset be used to act like a proxy to bypass some ips filtered by some ISPs?