This changes the data type of the 'buffer' terminals on the SFTP read and write functions from string to byte array as these functions can be used to read/write arbitrary binary data and are not limited to strings.
This is a breaking change. Callers must update their code to convert from/to string using the 'Byte Array To String' and 'String To Byte Array' functions, respectively.
This changes the data type of the 'buffer' terminals on the SFTP read and write functions from string to byte array as these functions can be used to read/write arbitrary binary data and are not limited to strings.
This is a breaking change. Callers must update their code to convert from/to string using the 'Byte Array To String' and 'String To Byte Array' functions, respectively.