Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
For bugs related to Red Hat Enterprise Linux 3 product line. The current stable release is 3.9. For Red Hat Enterprise Linux 6 and above, please visit Red Hat JIRA https://issues.redhat.com/secure/CreateIssue!default.jspa?pid=12332745 to report new issues.

Bug 189980

Summary: pwd displays '%2F' as a part of path
Product: Red Hat Enterprise Linux 3 Reporter: David Kovalsky <dkovalsk>
Component: lftpAssignee: Jason Vas Dias <jvdias>
Status: CLOSED NOTABUG QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: 3.0CC: benl
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: 2006-04-29 00:11:26 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:
Bug Depends On: 189979    
Bug Blocks:    

Description David Kovalsky 2006-04-26 13:25:53 UTC
+++ This bug was initially created as a clone of Bug #189979 +++

Description of problem:
After logging in, change directory or ls and then do a 'pwd'. You will see '%2F'
as a part of the path.

Version-Release number of selected component (if applicable):
lftp-2.6.3-6


How reproducible:
always

Steps to Reproduce:
1. `lftp -u root localhost` (the same results for ordinary user)
Password: (type your password)
lftp root@localhost:~>

2. `pwd`
ftp://root@localhost

3. `cd`  (or `ls` or whatever)
cd ok, cwd=/root

4. `pwd`
ftp://root@localhost/%2Froot

  
Actual results:
ftp://root@localhost/%2Froot


Expected results:
ftp://root@localhost/root


Additional info:
FTP server was vsftpd version vsftpd-1.2.1-3E.1

Comment 1 Jason Vas Dias 2006-04-29 00:11:26 UTC
NOTABUG - see explanation in bug 189979 .