IE is interpreting the @ as a command or something - same thing will
happen with an & in the password.
Have the user change his password so it doesn't contain either of
those characters. I would guess % might be another that should be
avoided, but I'm not sure. Not sure if there are any others.
-RAM
"RAM" wrote:
> On Apr 17, 3:23 pm, Gopal <Go...@discussions.microsoft.com> wrote:
> > Hi,
> > We are unable to access ftp site on win 2000 server through IE if user
> > login password contains @ symbol but we can able acces ftp site with the same
> > credentails on win 2003 server.
> > example:In our company we have ftp server ip 10.0.0.2
> > user name:test, password is password@123
> > we are accesing this site from win 2000 server through IE usingftp://10.0..0.2.Thattime we are unable to access giving error as "An error
ftp://<user>:<pass>@<host>/<path>
Obviously, a password containing the "@" character makes it difficult for
the URI parser to tell whether the password ends at that "@" sign, or at the
next one.
It should be pointed out that a "/" character in the password or username
would cause similar confusion, as would a ":".
These characters can be quoted when specifying the URL - for example,
sending "%40" instead of "@". Sometimes, though, the browser will convert
this back into an "@" sign, and you will see that the second and subsequent
requests fail - in this case, the browser would need fixing.
Alun.
~~~~
--
Texas Imperial Software | Web: http://www.wftpd.com/
23921 57th Ave SE | Blog: http://msmvps.com/alunj/
Woodinville WA 98072-8661 | WFTPD, WFTPD Pro are Windows FTP servers.
Fax/Voice +1(206)428-1991
"Gopal" <Go...@discussions.microsoft.com> wrote in message
news:6A03D1AD-9FC6-4423...@microsoft.com...