cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Sending a file using FTPES

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 15 Jul 2011 20:21:01 +0200 (CEST)

On Fri, 15 Jul 2011, SMITH Mick wrote:

> Here is the command I'm using on a windows cmd session...
>
> curl -T test.txt -user MMOFTP:Pass123 -url staging.missionmode.com:4121
> -proxy proxy-ese.fr.world.delta:1080

Wow. Can I perhaps ask you to pay attention to details? All "long" options are
written with _two_ dashes. It is --user, --url and --proxy. Also, curl works
with URLs so you better specify the protocol part as well.

Do you really want to do FTPS upload over a HTTP proxy?

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ:        http://curl.haxx.se/docs/faq.html
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2011-07-15