cURL / Mailing Lists / curl-users / Single Mail

curl-users

Problem with --limit-rate and Upload multipart/form-data -F

From: Asdf Jkl <homeer_at_dbzmail.com>
Date: Thu, 03 May 2007 16:47:22 +0800

Hi,

I'm having trouble getting curl to adhere to the limit rate set in a multipart/form-data upload post herein:

curl -o .progresstemp --limit-rate 143360 -F "login=login" -F "password=password" -F "filecontent=@abc.zip" --config -

I have the URL piped in after some grep and sed on a text file, like this: --url https://www.site.com/upload.cgi

The upload works, but the speed goes way higher than the speed limit I set. I also tried 140K as my speed limit.

Thanks!

-- 
_______________________________________________
Get your free email from http://www.dbzmail.com
Powered by Outblaze
Received on 2007-05-03