Menu

#9 Username with an @

closed-fixed
nobody
None
5
2003-09-30
2003-09-30
Anonymous
No

When you got a username containing an @, wLFxp does
split off the part after the @, so your username is
incorrect. For Example:

ftp://user@host.com:password@ftp.host.com

the username = "user@host.com"; but when connecting
it does:

USER user
331 Password required for user.
PASS
530 Login incorrect.

and should do:

USER user@host.com
331 Password required for user@host.com.
PASS
530 Login incorrect.

Greet's

sjoerd@i-party.nl

Discussion

  • Alexander Kout

    Alexander Kout - 2003-09-30
    • status: open --> closed-fixed
     
  • Alexander Kout

    Alexander Kout - 2003-09-30

    Logged In: YES
    user_id=169947

    ok. it is now fixed in cvs.

     

Log in to post a comment.