jakeheis / Shout

SSH made easy in Swift
MIT License
357 stars 103 forks source link

Implemented more SFTP methods #38

Closed brabanod closed 4 years ago

brabanod commented 4 years ago

In SFTP file: Created a wrapper for the following SFTP methods, implemented in libssh2:

kyleishie commented 4 years ago

I'm glad I checked for this before beginning the implementation myself. Can we get this approved soon?

jakeheis commented 4 years ago

Looks good, thanks for the contribution!

jakeheis commented 4 years ago

Tagged as 0.5.2

brabanod commented 4 years ago

Turns out I forgot to label the functions with public so they are not accessible ... I can fix that and create a new pull request or you can fix it if you want? It may be faster that way.

brabanod commented 4 years ago

I've opened a the new PR #39 which has this issue fixed. I've also added tests for the new methods.