cURL / Mailing Lists / curl-users / Single Mail

curl-users

Uploading files with blank characters - Windows

From: Mihai Ionescu <mihai.ionescu_at_pontussoftware.ro>
Date: Thu, 29 Apr 2004 23:52:42 +0300

Hi!

I have a problem with uploading a file to a server.
The command line looks line:
curl -F "ufile=@c:\some file with blanks.txt" -k https://server.com/file.php
i get ther 26 error.

When i'm using like the following:
curl -F "ufile=@c:\somefilewithoutblanks.txt" -k https://server.com/file.php
it works

how can i use filenames with spaces ??

Mihai
Received on 2004-04-29