summaryrefslogtreecommitdiff
path: root/docs/esp8266
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2019-07-10 16:48:37 +1000
committerDamien George <damien.p.george@gmail.com>2019-07-25 15:56:01 +1000
commit4d94fae83322dd1b4197fd770fa9d0b7474ce72b (patch)
tree05fa1cedf2716ecc79385955ac6734353e1df4e0 /docs/esp8266
parent995f9cfdfcda96698c63de7a707981ef8bf2cecc (diff)
tools/pyboard.py: Add filesystem commands to ls/cat/cp/rm remote files.
Use "-f" to select filesystem mode, followed by the command to execute. Optionally put ":" at the start of a filename to indicate that it's on the remote device, if it would otherwise be ambiguous. Examples: $ pyboard.py -f ls $ pyboard.py -f cat main.py $ pyboard.py -f cp :main.py . # get from device $ pyboard.py -f cp main.py : # put to device $ pyboard.py -f rm main.py
Diffstat (limited to 'docs/esp8266')
0 files changed, 0 insertions, 0 deletions