- Joined
- Mar 12, 2016
- Messages
- 3,920
- Reaction score
- 2,626
Want a much easier way to download log files from your Solo and controller? I wrote this little batch file that utilizes WinSCP's console commands to automate it.
The file is called Solo_Log_Sync.bat. I put it in a zip file on the github site. (SoloScripts/Solo_Log_Sync.zip at master · ArduPilot/SoloScripts · GitHub).
Simply run this bat file and it will do all the work for you. First it will grab the tlogs off the controller. Then it will grab the useful logs off the solo. This includes the dataflash logs, rc logs, shot logs, and python log.
It uses a sync command.
- New files are downloaded
- Changed files are overwritten
- Unchanged files are ignored
- Files with no match are ignored
- Nothing is deleted.
You no longer need to have WinSCP installed for this to work. The necessary files are included in the zip and it will just work.

The file is called Solo_Log_Sync.bat. I put it in a zip file on the github site. (SoloScripts/Solo_Log_Sync.zip at master · ArduPilot/SoloScripts · GitHub).
Simply run this bat file and it will do all the work for you. First it will grab the tlogs off the controller. Then it will grab the useful logs off the solo. This includes the dataflash logs, rc logs, shot logs, and python log.
It uses a sync command.
- New files are downloaded
- Changed files are overwritten
- Unchanged files are ignored
- Files with no match are ignored
- Nothing is deleted.
You no longer need to have WinSCP installed for this to work. The necessary files are included in the zip and it will just work.

Last edited: