themactep / thingino-firmware

Open-source firmware for Ingenic SoC IP cameras
https://thingino.com
MIT License
79 stars 28 forks source link

copy a file and execute a command by Ssh #76

Closed CazYokoyama closed 1 month ago

CazYokoyama commented 2 months ago

Share "Send to FTP" with send2ftp. May need to create "Send to SCP/SSH" pages. curl in the rootfs does not support ssh. Therefore, use scp/ssh directly. Public SSH key by "dropbearkey -y -f /etc/dropbear/dropbear_ed25519_host_key" does not work. Need to create such as "dropbearkey -t ed25519 -f ~/.ssh/id_dropbear"

CazYokoyama commented 2 months ago

Add webui portion. This version is final from my point of view. Please review. Keep the commits which copy a file for easy review.