Search found 1 match

by dementeb
Monday 21 May 2018 11:47
Forum: Others
Topic: IP Video Door Bell - Atz-dbv01p
Replies: 82
Views: 49051

Re: IP Video Door Bell - Atz-dbv01p

Thanks sergiucip for good howto. A small additional: chmod +x /npc/npc needed for new script file I also start ftp server and try to send output to file: #!/bin/sh telnetd & tcpsvd -vE 0.0.0.0 21 ftpd -w /mnt & mount /dev/mmcblk0p1 /mnt/disc1 -t vfat -o relatime /npc/npc-exe &>/mnt/disc1/npc.log ...