cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: ftp upload -frustrated newb question

From: Samuel Fitz <sam_at_samfitz.com>
Date: Mon, 6 Oct 2008 16:36:55 -0600

ha!
you nailed it! i was under the impression the double quotes were
necessary to name the file path. i got rid of them and the upload
worked like a charm! thanks a ton!

now on to figuring out how to get this to work on multiple sites.

cheers,
sam

On Mon, Oct 6, 2008 at 4:20 PM, Dan Fandrich <dan_at_coneharvesters.com> wrote:
> 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
>

-- 
Samuel Fitz
sam_at_samfitz.com
307.413.4907
-------------------------------------------------------------------
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