vscode-ev3dev-browser icon indicating copy to clipboard operation
vscode-ev3dev-browser copied to clipboard

Help for project transfer protocol

Open la-fourier opened this issue 2 years ago • 1 comments
trafficstars

Looking through all the code connected with establishing a connection with the EV3 brick is seems to be overwhealming (especially because i´m not into typescript). I´d like to be able to send and connect my projects folder on my own to the device but I can´t find/detect the boilerplate interaction with the brick.

It would be very nice if someone explained/gave hints :)

la-fourier avatar Jun 20 '23 08:06 la-fourier

It just uses scp (secure shell copy) to transfer files. You can use the command line tool, WinSCP, FileZilla, etc.

dlech avatar Jun 20 '23 14:06 dlech