iosswiftsshremote-serverswift-nio

Remote connection using SwiftNIO SSH


I am working on a solution that would Read/Write Server files from remote gateway system to the local storage of iOS device using SwiftNIO SSH. This way I would be able to execute shell commands. I checked in Swift's website but couldn't find specific implementation:

https://swift.org/blog/swiftnio-ssh/

How should I proceed or is there any other workaround?


Solution

  • The implementation is here: https://github.com/apple/swift-nio-ssh. There are some examples in the repository.