From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Elston Subject: Re: Re: emacs/org-mode on Droid? Date: Thu, 15 Apr 2010 14:18:43 -0700 Message-ID: <4BC782B3.5030909@comcast.net> References: <9BABF376-FD91-4CA4-AD91-E445D84E3BFF@therogoffs.com> <4BC4AFBF.3060803@comcast.net> <87ljcpemx8.fsf@gmx.ch> <4BC68656.1050507@comcast.net> <13568.1271304504@gamaville.dokosmarshall.org> <4BC7623E.3030808@comcast.net> <9840.1271359870@alphaville.usa.hp.com> <4BC76ABD.9080003@comcast.net> <10545.1271361459@alphaville.usa.hp.com> <4BC776C0.9080300@comcast.net> <12024.1271364387@alphaville.usa.hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O2Zsj-0007Nc-Bb for emacs-orgmode@gnu.org; Thu, 15 Apr 2010 20:58:05 -0400 Received: from [140.186.70.92] (port=38786 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O2Zsi-0007Md-3Z for emacs-orgmode@gnu.org; Thu, 15 Apr 2010 20:58:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O2Zsg-0008I7-DT for emacs-orgmode@gnu.org; Thu, 15 Apr 2010 20:58:03 -0400 Received: from qmta12.westchester.pa.mail.comcast.net ([76.96.59.227]:41361) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O2WSi-0006FA-6B for emacs-orgmode@gnu.org; Thu, 15 Apr 2010 17:19:00 -0400 In-Reply-To: <12024.1271364387@alphaville.usa.hp.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: nicholas.dokos@hp.com Cc: emacs-orgmode@gnu.org Nick Thanks. I had read on the mydrive website that we needed to use https instead of http. When I switched to http it works fine... The cert problem should have led me in that direction anyway... Now to finish my installation... Mark On 4/15/2010 1:46 PM, Nick Dokos wrote: > Mark Elston wrote: > >> Nick, >> >> What do you have in your .netrc (besides passwords and such)... >> >> Mark >> > > I registered for an account on mydrive.ch and added the following to > my .netrc (with the obvious changes): > > ,---- > | ... > | machine webdav.mydrive.ch login luser passwd foobar > `---- > > I was then able to run the following script successfully: > > ,---- > | #! /bin/bash > | > | cadaver http://webdav.mydrive.ch<< EOF > | put .profile profile > | quit > | EOF > `---- > > Nick > >