Open strukturart opened 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
nobody know a solution ?
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
`
But the ftp-server do not start. What can I do ?
greetings john