From 1ee6af2f82e04b817c77db0b4e45a75cfa7a2a3a Mon Sep 17 00:00:00 2001 From: Felipe Gasper Date: Tue, 17 Oct 2017 08:57:18 +0200 Subject: [PATCH] Instructions in the demo for ZMODEM. --- demo/index.html | 78 +++++++++++++++++++++++++------------------------ 1 file changed, 40 insertions(+), 38 deletions(-) diff --git a/demo/index.html b/demo/index.html index c11b5f02..f808ccbe 100644 --- a/demo/index.html +++ b/demo/index.html @@ -23,45 +23,46 @@

xterm.js: xterm, in the browser

-
- - - - - - - - - -
-
+ +
+ + + + + + + + + +
+

Actions

@@ -115,6 +116,7 @@

+

ZMODEM file transfers are supported via an addon. To try it out, install lrzsz onto the remote peer, then type rz to send from your browser or sz <file> to send from the remote peer.

Attention: The demo is a barebones implementation and is designed for xterm.js evaluation purposes only. Exposing the demo to the public as is would introduce security risks for the host.