Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Expose more SSH client functions via public API #117
Comments
Hi there, Thank you for the interest. There are other ways to do this as well, for example running a command like It might be useful for SFTP related functions in However, since the above use case is for a single host, it is out of scope for That should be more easy to do without having to use internal API functions which may change and some documentation on how to do in parallel - the primary goal of this project. Good work finding out how to do it despite lack of documentation and public API by the way Leaving open for further feedback. |
It would be neat to be able to read a remote file to a variable.
Here's my hacky implementation:
Best Wishes,
Clay