Skip to content

Commit 43078da

Browse files
committed
README: Describe file transfer support (alpha).
1 parent 5331ae9 commit 43078da

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,20 @@ accessing a MicroPython REPL over WebSockets.
77
To start WebREPL terminal client, clone or download this repository
88
(in full) and open webrepl.html in a browser. Recent versions of
99
Firefox and Chrome (or Chromium) are supported.
10+
11+
WebREPL file transfer
12+
---------------------
13+
14+
WebREPL protocol includes experimental support for file transfer.
15+
This feature is currently in alpha and has known issues on systems
16+
which have it enabled (ESP8266).
17+
18+
To use WebREPL file transfer capabilities, a separate command line
19+
utility is provided, webrepl_cli.py (file transfer is not supported
20+
via webrepl.html client). Run
21+
22+
webrepl_cli.py --help
23+
24+
to see usage information. Note that there can be only one active
25+
WebREPL connection, so while webrepl.html is connected to device,
26+
webrepl_cli.py can't transfer files, and vice versa.

0 commit comments

Comments
 (0)