I've configured a IP Camera that upload images in a Ubuntu Server.
In Ubuntu server is runnig Apache http server and vsftpd (Very Simpe FTP Daemon).
I have to catch the images from a wep application,
- how I have to configure the permissions ? (without security problems)
I thought that I can set the group of uploaded images to www-data,
- can this works in my case ?
- how can I set configure the FTP server (vsftpd) to set the images uploaded to www-data ?
thank you, Alessandro