Previous: Screen Saver, Up: Miscellaneous
(none)
Define zmodem support for screen. Screen understands two different modes when it detects a zmodem request:pass
andcatch
. If the mode is set topass
, screen will relay all data to the attacher until the end of the transmission is reached. Incatch
mode screen acts as a zmodem endpoint and starts the corresponding rz/sz commands. If the mode is set toauto
, screen will usecatch
if the window is a tty (e.g. a serial line), otherwise it will usepass
.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.