From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Re: update-org script Date: Fri, 14 Dec 2007 13:19:26 +0100 Message-ID: <87zlwdfoz5.fsf@bzg.ath.cx> References: <20071212161429.GA4086@pollux> <20160.1197487077@localhost> <20071213134232.GA1239@pollux> <87ejdqmyh3.fsf@cantor.griswold.home> <9899.1197566686@localhost> <87zlwe134b.fsf@cantor.griswold.home> <20071214115055.GA1670@pollux> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J39Vz-0000vJ-CB for emacs-orgmode@gnu.org; Fri, 14 Dec 2007 07:19:39 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J39Vy-0000v7-1R for emacs-orgmode@gnu.org; Fri, 14 Dec 2007 07:19:38 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J39Vx-0000v4-Uo for emacs-orgmode@gnu.org; Fri, 14 Dec 2007 07:19:37 -0500 Received: from nf-out-0910.google.com ([64.233.182.187]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J39Vx-0000Ke-K4 for emacs-orgmode@gnu.org; Fri, 14 Dec 2007 07:19:37 -0500 Received: by nf-out-0910.google.com with SMTP id f5so868414nfh.26 for ; Fri, 14 Dec 2007 04:19:37 -0800 (PST) In-Reply-To: <20071214115055.GA1670@pollux> (Harald Weis's message of "Fri, 14 Dec 2007 12:50:55 +0100") 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: emacs-orgmode@gnu.org Harald Weis writes: > In my great innocence I thought: what I cannot see does not exist. > > I have downloaded org-5.16b.tar.gz with firefox a week ago. > When I saw the script, I have tried to understand it which > I didn't because firefox does not see org.tar.gz. > > I never ran ``wget http://orgmode.org/org.tar.gz'' until > some minutes ago. It does work fine. > > I did not know lftp until Dan's message. So I only used it just now: > > Indeed, ``lftp -c open -e ls http://orgmode.org/'' does not show org.tar.gz. > But again, ``lftp -c get http://orgmode.org/org.tar.gz'' works like a > charm. > > So for me, firefox _and_ lftp do not ``see'' org.tar.gz. > > Normal or not normal ? That is the question. Might guess would be that org.tar.gz is perhaps a symbolic link to the org-5.xx.tar.gz file. Then maybe wget can fetch it, but lftp can't list it? Or maybe org.tar.gz is not a symlink but has different permissions? -- Bastien