cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker mailing list Archives

[ curl-Bugs-2965258 ] Having a "$" symbol in the password causes 530 error

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Tue, 23 Mar 2010 14:05:32 +0000

Bugs item #2965258, was opened at 2010-03-08 05:57
Message generated for change (Comment added) made by bagder
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=2965258&group_id=976

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: ftp
Group: bad behaviour
>Status: Pending
Resolution: Works For Me
Priority: 5
Private: No
Submitted By: Addy Cameron-Huff (acameronhuff)
Assigned to: Daniel Stenberg (bagder)
Summary: Having a "$" symbol in the password causes 530 error

Initial Comment:
-u "u38074434-backups_at_sddbackupsver$22"

The above statement will cause a 530.

The below statement works.

-u "u38074434-backups:serCDckupsverACCT"

Full syntax of non-working command:
curl -u u38074434-backups:sccrbackupsver$22 ftp://DOMAINDELETED.com/dbs_gz.tar > backups/weekly/dbs_gz.tar

Full syntax of working command:
curl -u "u38074434-backups:eerBAckupsverACCT" ftp://DOMAINDELETED.com/dbs_gz.tar > /Users/addy/Desktop/destination/tar.tar

*Note: I substituted a couple regular letters for other letters so that I'm not submitted real passwords.

----------------------------------------------------------------------

Comment By: Daniel Stenberg (bagder)
Date: 2010-03-23 15:05

Message:
Thanks for reporting this issue and helping us improve curl and libcurl.

We're awaiting feedback in this issue. Due to this, I have set the state
of this issue to pending and it will automatically get closed later on
unless we get further info.

Please consider answering the outstanding questions or providing the
missing info so that we can proceed to resolve this issue!

----------------------------------------------------------------------

Comment By: Daniel Stenberg (bagder)
Date: 2010-03-21 23:01

Message:
I would assume that's because your shell does something to the letter or
similar. There's nothing special with '$' anywhere in curls treatment of
passwords.

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=2965258&group_id=976
Received on 2010-03-23

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET