why do need transfer during execution and not embbed on compile ? I don't need to transfer during execution, I need to transfer the file to the tmp folder once to read it every time a request is made. Also, I actually have the HTML file in the same folder as the main application file, but the server app fails to read it as if the file didn't exist.
And about rz, do use the same console of shell ? Zmodem Yes. ________________________________ De: MIGUEL ALEXANDRE WISINTAINER <tcpipc...@hotmail.com> Enviado: sábado, 9 de setembro de 2023 08:36 Para: dev@nuttx.apache.org <dev@nuttx.apache.org> Assunto: Re: File transfer Two question, why do need transfer during execution and not embbed on compile ? And about rz, do use the same console of shell ? Zmodem Enviado do meu iPhone Em 9 de set. de 2023, à(s) 00:30, Gustavo Soares <gustavo.felipesoa...@hotmail.com> escreveu: Hi! My new application has a html file and in order to access it I need to transfer the file to the tmp directory on NuttX. I have configured NuttX according to this video<https://www.youtube.com/watch?v=Ne3SZZrwL9c> but when running rz command and CTRL + A + Z the screen in the video does not appear, this is what happens instead: [image.png] Am I missing some configuration?