I’m trying to figure out how to copy files off of the device. Specifically the log files in /data that my program has created.
I have rsync installed but not ssh.
I have curl installed, so I could post them.
Any other suggestions that are being used to copy logs and other data from the devices when you’re debugging a deployed device and can’t access it physically?