Site Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

commands:zmodem [2010-01-23 02:47] (current)
asciiphil created
Line 1: Line 1:
 +====== zmodem ======
 +
 +===== Default Keybindings =====
 +
 +None.
 +
 +===== Syntax =====
 +
 +  * ''**zmodem** [off|auto|catch|pass]''
 +  * ''**zmodem** sendcmd [//string//]''
 +  * ''**zmodem** recvcmd [//string//]''
 +
 +===== Description =====
 +
 +Define zmodem support for ''screen'' ''screen'' understands two
 +different modes when it detects a zmodem request:  "pass" and "catch" If
 +the mode is set to "pass", ''screen'' will relay all data to the attacher
 +until the end of the transmission is reached.  In "catch" mode ''screen''
 +acts as a zmodem endpoint and starts the corresponding rz/sz commands.  If
 +the mode is set to "auto", ''screen'' will use "catch" if the window is a
 +tty (e.g. a serial line; see [[man:Window Types]]), otherwise it will use
 +"pass".
 +
 +You can define the templates ''screen'' uses in "catch" mode via the
 +second and the third form.
 +
 +Note also that this is an experimental feature.
 +
 +===== Examples =====
 +
 +None yet.
 +
 +===== See Also =====
 +
 +  * [[:terminal]]
  

User Tools