You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a basic measure, I think we should have a page that explains how to copy code to the brick and run it in generic terms. Probably using FileZilla or another similar app. We should link to it from Getting Started, among other places.
The text was updated successfully, but these errors were encountered:
Or we could have a section in tutorials (or just options in one page) for various ways of doing it:
FileZilla or similiar GUI app
scp/pscp for doing it from command line
sftp/psftp for handy transfer of multiple files interactively from the command line
filesharing
Doing it with scp may be important for automating some tasks(like post build in IDE) sftp is handy if you are working command line/to command line (host to EV3)
For running also:
from Brickman
ssh/plink
Doing it from 'ssh/plink` may be again imortant for automating some tasks (like running the program from host directly from IDE).
As a basic measure, I think we should have a page that explains how to copy code to the brick and run it in generic terms. Probably using FileZilla or another similar app. We should link to it from Getting Started, among other places.
The text was updated successfully, but these errors were encountered: