+++ 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
NOTABUG - see explanation in bug 189979 .