Bug 189986 - pwd displays '%2F' as a part of path
Summary: pwd displays '%2F' as a part of path
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: lftp
Version: rawhide
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 14:38 UTC by Jason Vas Dias
Modified: 2007-11-30 22:11 UTC (History)
0 users

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


Attachments (Terms of Use)

Description Jason Vas Dias 2006-04-26 14:38:16 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-3.0.6-3.i386


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 2.0.1

Comment 1 Jason Vas Dias 2006-04-26 14:40:58 UTC
Same thing happens with latest lftp-3.4.4 . The kerberos 'ftp' client does not 
have this problem, so it must be an lftp issue - will fix with next release and
inform upstream maintainer of this issue.


Comment 2 Jason Vas Dias 2006-04-29 00:12:29 UTC
NOTABUG - see explanation in bug 189979 .


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