From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pete Phillips Subject: Re: Re: update-org script Date: Fri, 14 Dec 2007 08:44:47 +0000 Message-ID: <9067.1197621887@localhost> References: <20071212161429.GA4086@pollux> <20160.1197487077@localhost> <20071213134232.GA1239@pollux> <87ejdqmyh3.fsf@cantor.griswold.home> <9899.1197566686@localhost> <87zlwe134b.fsf@cantor.griswold.home> <8E5031F8-3F46-48CC-827D-980A9087A232@gmail.com> Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J36AE-0004ib-PX for emacs-orgmode@gnu.org; Fri, 14 Dec 2007 03:44:58 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J36A9-0004b6-OO for emacs-orgmode@gnu.org; Fri, 14 Dec 2007 03:44:58 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J36A9-0004af-EJ for emacs-orgmode@gnu.org; Fri, 14 Dec 2007 03:44:53 -0500 Received: from mailhost.smtl.co.uk ([193.131.77.174]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J36A8-0003ie-Mb for emacs-orgmode@gnu.org; Fri, 14 Dec 2007 03:44:53 -0500 In-reply-to: <8E5031F8-3F46-48CC-827D-980A9087A232@gmail.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: Carsten Dominik Cc: Dan Griswold , emacs-orgmode@gnu.org >> Dan>> I do find it curious that I don't see that file when I ls the Dan>> directory. No biggie; just find it interesting. Carsten> How can you ls the directory of a website? I thought that Carsten> is not possible? If you have an index.html file in there (or index.htm, depending on your web server) then you are correct - you can't list a directory on a web server. In general, that is good from a security perspective. this also allows you to make files available which you can only get if you know their URL - you can't browse around for them. I suspect there is confusion here because Carsten mentioned using ftp to upload the files, and with ftp you can usually list directories. However, we are clearly talking about a web service. Pete