Automate Realdata Download via Winscp Script Openpilot

Опубликовано: 17 Июль 2026
на канале: Eyezenheim
687
10

heres the video i use for guidance    • SFTP - Windows Automate Script to Synchron...  
Install winscp https://winscp.net/eng/index.php


using notepad
1. copy and paste this then save as sync.txt in winscp folder. be sure to put your own credentials
/storage/emulated/0/realdata is the device video location (leave it alone)
E:\videos is where you want to download
sftp://[email protected]:8022 is the device Ip address with root as username 8022 as port
C:\Users\Henry\.ssh\eeeee.ppk is the location of your key


option batch abort
option confirm off
open sftp://[email protected]:8022/ -privatekey="C:\Users\Henry\.ssh\eeeee.ppk"
synchronize local E:\videos /storage/emulated/0/realdata
exit




2. same as above but save as sync.bat




winscp.com /script=sync.txt



3. make a shortcut of sync.bat and save on desktop.

it should look like this https://cdn.discordapp.com/attachment...
All done.