You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…inary content (#534)
* Add getFileContentsAsInputStream to allow for SftpTransfers to pull binary content
Closes#431
* Use KiwiIO.readInputStreamAsString instead of IOUtils.toString
This also has the added benefit of not needing to throw IOException
since KiwiIO methods throw UncheckedIOException.
Co-authored-by: Scott Leberknight <174812+sleberknight@users.noreply.github.com>
Creating this issue from a TODO in
SftpTransfers
, on thegetFileContent
method.Should we provide the ability to retrieve the content of a remote binary file? What would the return type be, etc.?
The text was updated successfully, but these errors were encountered: