Remote connection using SwiftNIO SSH

1.5k Views Asked by At

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?

1

There are 1 best solutions below

2
On BEST ANSWER

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