SwiftSH icon indicating copy to clipboard operation
SwiftSH copied to clipboard

A Swift SSH framework that wraps libssh2.

Results 30 SwiftSH issues
Sort by recently updated
recently updated
newest added

How can we get the output result of a command ? I created a swift file with the following content: import Foundation import SwiftSH class sshShell { func executeCMD(cmd:String) ->...

I am new to xcode and ios programming, but wouldn't this repository be much more convenient and useful if it had a Package.swift file?

This brings a constructor to the Environment class, without it, it is not possible to instantiate instances of it. It also flags the various fluid-like APIs to be @discardableResults, to...

>Swift Compiler Error Group >~/SSHCommands.swift:15:5: Value of optional type 'SSHShell?' must be unwrapped to refer to member 'withCallback' of wrapped base type 'SSHShell' >~/SSHCommands.swift:26:5: Value of optional type 'SSHShell?' must...

Hi, there is some news regarding the implementation of SCP ?

Thanks for the demo. i have SFTP server and able to connect with SFTP client(FlieZilla, CyberDuck) When I tried this demo and added all information, then it always given authenticationfailed...

Is there a way to execute sudo commands.

Hi, I am very new to iPhone programming, the first and most useful thing I may need to do with my phone is exactly to check server statues. So, I...

I know this is a wrong use of issues. But it's the best way to reach fellow devs in this situation I think: ## Is anyone using this lib for...

After installing the pod, I tried importing it in my Swift ViewController, I got the error "**Could not build Objective-C Module 'SwiftSH'** "Is this library used with Objective-C or Swift?...