cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker Archives

[curl:bugs] #1311 ftp passwd with semicolon

From: Daniel Stenberg <bagder_at_users.sf.net>
Date: Tue, 10 Dec 2013 15:17:37 +0000

Thanks, yes there's no way to escape the ;-handling... the ; separates the password from the options part (which is optional)

---
** [bugs:#1311] ftp passwd with semicolon**
**Status:** open-confirmed
**Created:** Tue Dec 10, 2013 02:12 PM UTC by Petr Bahula
**Last Updated:** Tue Dec 10, 2013 02:12 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 2013-12-10

These mail archives are generated by hypermail.

donate! Page updated May 06, 2013.
web site info

File upload with ASP.NET