Bug 6877

Summary: rftp has several bugs in it.
Product: [Retired] Red Hat Linux Reporter: jdlee
Component: tcltkAssignee: Jens Petersen <petersen>
Status: CLOSED DUPLICATE QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 6.1   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-02-05 20:46:50 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 jdlee 1999-11-10 14:23:03 UTC
The expect script rftp that comes with redhat has a couple
bugs.  Here are the fixes (and I've only tried to get
recursively, not put, so I'm not sure that that's bug free):

On line 312, append a " to the end of the line.

Insert this line between lines 205 & 206:
	if {$name=="." || $name==".."} return

Once these changes have been made, the script will actually
run (the first error is a parse error, so it doesn't run at
all).

rftp has been broken in at least 6.0 and 6.1, I've found the
bug both places.

Comment 1 Bill Nottingham 2000-02-05 20:46:59 UTC
*** This bug has been marked as a duplicate of 7869 ***