Bug 72493

Summary: rz inside screen fails
Product: [Retired] Red Hat Linux Reporter: ratness
Component: screenAssignee: Phil Copeland <copeland>
Status: CLOSED NOTABUG QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.3   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-08-24 15:25:10 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description ratness 2002-08-24 15:25:04 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0; T312461)

Description of problem:
SecureCRT does zmodem transfers over SSH.  However, if you do 'rz' to receive 
files while inside a screen session, that shell process hangs and must be 
killed with an kill signal from another screen.

Version-Release number of selected component (if applicable):
screen-3.9.11-3
lrzsz-0.12.20-12

How reproducible:
Always

Steps to Reproduce:
1. ssh in to box with 'screen' and 'lrzsz' installed.
2. start screen
3. type 'rz'
	

Actual Results:  Display shows 'rz waiting to receive.**B0100000023be50' and 
hangs.

Expected Results:  Display shows 'rz waiting to receive.' and SecureCRT pops a 
dialog box to select files to upload.  Barring that, it should at least have a 
more graceful failure than a hang I can't ^C out of.

Additional info:

Comment 1 Phil Copeland 2002-08-26 20:40:31 UTC
You will NOT be able to xfer using rz by itself (screen will interpret some of
the escape sequences as being for it) try using rz -e

-e, --escape
              Force sender to escape all control characters; nor-
              mally  XON,  XOFF,  DLE,  CR-@-CR,  and  Ctrl-X are
              escaped.

Phil
=--=