0
I have the controls:
curl https://meusite.com/acesso/cron/cotacoes
wget https://meusite.com/acesso/cron/CPTEC
It performs these two commands which are responsible for saving some photos on the server, the problem is that apart from it saving the photos (they save the photos in the correct folder) they are creating files in the folder '/' with the end of URL.NUMBER, as an example:
cotacoes.01
CPTEC.01
The problem is I don’t know why they’re creating it, because I didn’t put out any commands to create it. If it’s the case and easier I could even save, but in the folder /stations/
How can I fix it? I needed it to stop generating these files or by the smallest indicate a folder for it to save to get organized.