Bug 189980 - pwd displays '%2F' as a part of path
Summary: pwd displays '%2F' as a part of path
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 3
Classification: Red Hat
Component: lftp
Version: 3.0
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Jason Vas Dias
QA Contact:
URL:
Whiteboard:
Depends On: 189979
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-04-26 13:25 UTC by David Kovalsky
Modified: 2014-03-31 23:43 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-04-29 00:11:26 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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 .


Note You need to log in before you can comment on or make changes to this bug.