How to access an FTP site in IE, when the URL contains special characters

When you use Internet Explorer to access a FTP website, and you enter your username and password, and the format of the URL you enter is ftp://username:password@domain, you may receive the following error message:

Windows cannot find ‘ ftp://username:password@domain’. Check the spelling and try again.

If any of these special characters : # ? / \ % are present in the username or the password, you will get that error message!

KB969869 states that this behavior is by design!

What you will have to do is, encode the special characters in the following way:

: as %3A

? as %3F

\ as %5C

% as %25

# as %23

/ as %2F

When you do this, you will be able to successfully access the FTP server!

If you have liked this post, you might want to check out some more, on topics like , .

About AnandK@TWC

Anand aka HappyAndyK is an end-user Windows enthusiast, a Microsoft MVP in Windows Desktop Experience since 2007, and the Admin of TheWindowsClub.com, TheGeeksClub.com & WinVistaClub.com. Creating a System Restore Point before trying out a new software or a tweak is always recommended.

Ads

Random Posts

© 2012 The Windows Club All Rights Reserved