Store Buffer to file

Is there any node that allows storing a Buffer to a file, keeping the binary format 1:1, without converting it to any JSON string or whatever?

Have you tried the File node? I use it successfully to write image files

1 Like

Indeed :slight_smile: .... I thought that it would not work, but it works. Thanks.