Bug 68795

Summary: wget fails to interpret ~# characters in ftp password
Product: [Retired] Red Hat Linux Reporter: Need Real Name <rh>
Component: wgetAssignee: Trond Eivind Glomsrxd <teg>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.3   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-07-14 11:34:28 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:

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 !!??