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: Sun, 21 Mar 2010 22:01:40 +0000

Bugs item #2965258, was opened at 2010-03-08 05:57
Message generated for change (Settings changed) 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: Open
>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-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-21

These mail archives are generated by hypermail.

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

File upload with ASP.NET