Mailing Lists
|
|
cURL Mailing List Monthly Index Single Mail
curl-tracker Archives
[curl:bugs] #1311 ftp passwd with semicolon
From: Petr Bahula <bahula_at_users.sf.net>
Date: Tue, 10 Dec 2013 14:12:39 +0000
--- ** [bugs:#1311] ftp passwd with semicolon** **Status:** open **Created:** Tue Dec 10, 2013 02:12 PM UTC by Petr Bahula **Last Updated:** Tue Dec 10, 2013 02:12 PM UTC **Owner:** nobody 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. |
Page updated May 06, 2013.
web site info