04-24-2018 03:40 AM
Hello Antoine,
on shell cmd i can send request to take photos and save it on folder on raspberry , but how can i send command to coppy it to apach server
thks
Best regards,
04-24-2018 04:00 AM
Hello Bylka,
when you set up a apache server (or any webserver), there is a folder where you store the webpages. I advise you to create a specific subfolder as a target to copy them.
In the following link (https://www.raspberrypi.org/documentation/remote-access/web-server/apache.md), you can see that the folder is at /var/www/html/ .
Another thing, if you can use commands and use ssh from CVI, you might be interested in SCP : https://en.wikipedia.org/wiki/Secure_copy
so you can copy files from a computer to another.
Best regards,
Antoine