I have a project to issue the bank transfer file for banks and credit unions. In the assembly of the file I define a variable and I add the lines as in the example below:
$conteudo .= '085';
$conteudo .= '0000';
$conteudo .= '0';
I would like to know if it is possible to generate this information in file format and force the download without physically creating the file on the server.