-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make SFTP SSHClient functions public #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. |
SSHClient functions to make public:
|
It would be neat to be able to read a remote file to a variable.
Here's my hacky implementation:
Best Wishes,
Clay
The text was updated successfully, but these errors were encountered: