irungentoo / Xiaomi_Yi_4k_Camera

Stuff for the xiaomi yi 4k (and 4k+) cameras.
265 stars 91 forks source link

yi4k+ start ftp after boot #95

Open strukturart opened 5 years ago

strukturart commented 5 years ago

Hello,

i try to start the ftp server on the camera by script

file on the sdcard console_enable.script ftp.sh autoexec.ash

autoexec.ash `t ipc rpc clnt exec1 '/tmp/fuse_d/ftp.sh'

ftp.sh

#!/bin/sh
touch /tmp/fuse_d/allout.txt;
tcpsvd -vE 0.0.0.0 21 ftpd /tmp/fuse_d/DCIM/100MEDIA/

`

But the ftp-server do not start. What can I do ?

greetings john

strukturart commented 5 years ago

nobody know a solution ?