diff options
author | Damien George <damien.p.george@gmail.com> | 2019-07-10 16:48:37 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-07-25 15:56:01 +1000 |
commit | 4d94fae83322dd1b4197fd770fa9d0b7474ce72b (patch) | |
tree | 05fa1cedf2716ecc79385955ac6734353e1df4e0 /docs/esp8266/tutorial/repl.rst | |
parent | 995f9cfdfcda96698c63de7a707981ef8bf2cecc (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/tutorial/repl.rst')
0 files changed, 0 insertions, 0 deletions