Search Unity

[Coming Soon] SSH Pro - Secure SSH communcation

Discussion in 'Assets and Asset Store' started by shanemarks, Apr 29, 2016.

  1. shanemarks

    shanemarks

    Joined:
    Nov 8, 2012
    Posts:
    52
    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.<br><br>

    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
     
  2. tolosaoldfan

    tolosaoldfan

    Joined:
    Sep 14, 2012
    Posts:
    92
    Hello,
    I would like to be sure, due to this "SSH Support for unity (Windows)".
    Does your package work on iOs and Android ?
    Thanks,
     
  3. InneoAppDev

    InneoAppDev

    Joined:
    Jun 5, 2017
    Posts:
    3
    is there a way to specify permissions when uploading to sftp? I get files with no permissions set
     
  4. smtabatabaie

    smtabatabaie

    Joined:
    May 6, 2013
    Posts:
    45
    Hi , Can your asset be used to act like a proxy to bypass some ips filtered by some ISPs?