FTP

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

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:[email protected], you may receive the following error message:

Windows cannot find ' ftp://username:[email protected]'. 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!

Cum se instalează League Of Legends pe Ubuntu 14.04
Dacă ești fan al League of Legends, atunci aceasta este o oportunitate pentru tine de a testa rula League of Legends. Rețineți că LOL este acceptat pe...
Instalați cel mai recent joc de strategie OpenRA pe Ubuntu Linux
OpenRA este un motor de jocuri de strategie în timp real Libre / Free care recreează primele jocuri Westwood, cum ar fi clasicul Command & Conquer: Re...
Instalați cel mai recent Dolphin Emulator pentru Gamecube și Wii pe Linux
Emulatorul Dolphin vă permite să jucați jocurile alese de Gamecube și Wii pe computerele personale Linux (PC). Fiind un emulator de joc liber disponi...