cURL

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker Archives

[curl:bugs] Re: #1311 ftp passwd with semicolon

From: Alex <calllka_at_users.sf.net>
Date: Thu, 17 Apr 2014 16:10:44 +0000

Daniel, was ";" support simply removed, not fixed? I can't login with ; in password.

---
** [bugs:#1311] ftp passwd with semicolon**
**Status:** closed-fixed
**Created:** Tue Dec 10, 2013 02:12 PM UTC by Petr Bahula
**Last Updated:** Sat Dec 14, 2013 10:01 PM UTC
**Owner:** Daniel Stenberg
Bad work with passworh containing letter `;' - semicolon. Password is cuted on semicolon n position.
Last working version: curl-7.30.0
Not working versions: curl-7.31.0, curl-7.33.0
OS: Linux Gentoo amd64
    $ curl -v -u "user:pass;word" ftp://server/
    ......
    > USER user
    < 331 Password required for user.
    > PASS pass
    < 530 Login incorrect.
    $ curl -v -u "user:pass\;word" ftp://server/
    ......
    > USER user
    < 331 Password required for user.
    > PASS pass\
    < 530 Login incorrect.
---
Sent from sourceforge.net because curl-tracker@cool.haxx.se is subscribed to https://sourceforge.net/p/curl/bugs/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/curl/admin/bugs/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.
Received on 2014-04-17

These mail archives are generated by hypermail.

donate! Page updated March 21, 2014.
web site info

File upload with ASP.NET