cURL / Mailing Lists / curl-users / Single Mail

curl-users

Problems with the % symbol

From: Jordi Mateu <jordimateu_at_sorecpa.com>
Date: Thu, 31 Aug 2006 09:58:14 +0200

Hi everyone,

This is my first post here, i'm new working with curl, and I'm fighting with
a little problem, maybe someone can help with this.

 

I'm using this command line for upload a file into my ftp server:

 

curl -T "testfile.txt" ftp://myusername:pass%word@211.11.11.11/

 

If you see in my password I have a "%" symbol, and when I run Curl, it seems
not to read the "%" and it seems to read "password" not "pass%word".

I have tried using double "%%" and it appears correct on screen but the ftp
server returns a 503 error.

 

Any idea?

 

Thanks for your time.

 

Jordi.

 

 
Received on 2006-08-31