roleoroleo / sonoff-hack

Custom firmware for Sonoff GK-200MP2B camera
GNU General Public License v3.0
200 stars 45 forks source link

Timeout with ftpput #39

Closed jimbovp closed 1 month ago

jimbovp commented 3 years ago

Hi

Thanks a lot for this hack. I am however unable to use the FTP upload feature properly. The directories are created on the FTP server, but no files are copied. On server side I can see that the connection is established (on port 21), but no ftp-data connection is initiated (port 20). I suspect that the problem might be that the busybox ftpput on the IP cam is not working in passive mode, but I don't know how to change this. On server side, all is configured correctly for passive mode (I can copy files through FTP from another client). Any ideas or help?

Thanks Jimbo

roleoroleo commented 3 years ago

Probably ftppush doesn't support passive mode and you can't change it. Check if your server supports active mode. I tested this function and it works with my ftp server.

github-actions[bot] commented 2 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.