Skip to content

Draft: nsfarm/cli: correction of file handling

Jan Miksik requested to merge bugfix/shell_file_handling into master

There was problem with reading and writing files in Shell class using file_read and file_write. Additionally added option to send string to write file, which is converted to bytes if not already and sent.

Merge request reports