Bug 68795 - wget fails to interpret ~# characters in ftp password
Summary: wget fails to interpret ~# characters in ftp password
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: wget
Version: 7.3
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Trond Eivind Glomsrxd
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-07-14 11:34 UTC by Need Real Name
Modified: 2008-05-01 15:38 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2002-07-14 11:34:28 UTC
Embargoed:


Attachments (Terms of Use)

Description Need Real Name 2002-07-14 11:34:24 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1a) Gecko/20020610

Description of problem:


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


How reproducible:
Always

Steps to Reproduce:
use a command like wget ftp://username:secret#~word@www.website.co.uk/

where username is valid for the server and the password contains the # and ~ chars
	


Actual Results:  returns with 
--12:01:13--  ftp://username:*password*@www.website.co.uk/
           => `.listing'
Resolving www.website.co.uk... done.
Connecting to www.website.co.uk[192.168.0.1]:21... connected.
Logging in as username ...
Login incorrect.



Expected Results:  successful login and download of files

Additional info:

this still happens if the #~ chars are urlencoded

upgrading wget to GNU Wget 1.8.2 solves the problem

Comment 1 Trond Eivind Glomsrxd 2002-07-15 14:19:27 UTC
1.8.2 is what is in rawhide.

Comment 2 Need Real Name 2002-07-16 20:05:48 UTC
it's still broken in 7.3 though !!??


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