How to send strings to a remote file? #321
Answered
by
pkittenis
rodrigomologni
asked this question in
Q&A
-
What is the method equivalent to the |
Beta Was this translation helpful? Give feedback.
Answered by
pkittenis
Oct 14, 2021
Replies: 1 comment 1 reply
-
Currently the clients support copying local files. Opening remote file functions are not public, so will need to write to a temporary local file and copy that via the existing methods. See copy_file for copy functionality. There is an open issue to make them public, but not high priority atm. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pkittenis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the clients support copying local files. Opening remote file functions are not public, so will need to write to a temporary local file and copy that via the existing methods.
See copy_file for copy functionality.
There is an open issue to make them public, but not high priority atm.