File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,20 @@ accessing a MicroPython REPL over WebSockets.
77To start WebREPL terminal client, clone or download this repository
88(in full) and open webrepl.html in a browser. Recent versions of
99Firefox 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.
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments