cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: curl has very slow upload speed (download speed normal)

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Sat, 22 Oct 2005 20:11:07 +0200 (CEST)

On Sat, 22 Oct 2005, Jörg Ufer wrote:

> "suggest start with comparing what command sequence they and curl use, and
> then see if changing curl to use their approach makes a difference"
>
> But how can i do this?

With curl you use --trace-ascii, with the other tools you need to read their
documentation. I have no idea.

> How can i see which command sequence the ftp command from mswindows have
> used?
>
> i use the cmdline: ftp -s:ftpcmd.bef
>
> and the content of ftpcmd.bef is:
> ---
> open
> 172.16.3.30
> .t.ftp.skgr
> passwort

Those are the commands you sent to the ftp client, not the commands the ftp
client sent to the server.

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2005-10-22