cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: ftp upload -frustrated newb question

From: Dan Fandrich <dan_at_coneharvesters.com>
Date: Mon, 6 Oct 2008 15:20:44 -0700

On Mon, Oct 06, 2008 at 03:19:04PM -0600, Samuel Fitz wrote:
> thanks for the quick response. so i'm realizing now that my example
> was a little misleading. after reading through other submissions, i
> think i misinterpreted how on submits a question. in other words i
> altered the file path to make it more generic. here is another try

Making it generic likely hid the true problem in this case.

> with a little less ambiguity:
>
> curl -T "/Users/samfitz/vm/vertical-sites/VM\ Pubs\ -\
> GTR-ACA/images/site/test.gif"
> ftp://******:*******@www.allacadia.com//www/allacadia.com/images/site/

When quoting spaces in file names on the command line, you should use
either double quotes or backslashes--not both.

> again i apologize for my ignorance, but what do you mean by turning up
> the verbosity?

Add the -v option to the command-line.

>>> Dan

-- 
http://www.MoveAnnouncer.com              The web change of address service
          Let webmasters know that your web site has moved
-------------------------------------------------------------------
List admin: http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
FAQ:        http://curl.haxx.se/docs/faq.html
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2008-10-07