From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from resqmta-po-04v.sys.comcast.net (resqmta-po-04v.sys.comcast.net [IPv6:2001:558:fe16:19:96:114:154:163]) by hurricane.the-brannons.com (Postfix) with ESMTPS id 9400A786FA for ; Mon, 29 Dec 2014 07:06:06 -0800 (PST) Received: from resomta-po-02v.sys.comcast.net ([96.114.154.226]) by resqmta-po-04v.sys.comcast.net with comcast id ZT3l1p0054tLnxL01T3rch; Mon, 29 Dec 2014 15:03:51 +0000 Received: from eklhad ([68.84.191.77]) by resomta-po-02v.sys.comcast.net with comcast id ZT3q1p00V1gep3001T3qVB; Mon, 29 Dec 2014 15:03:51 +0000 To: Edbrowse-dev@lists.the-brannons.com From: Karl Dahlke Reply-to: Karl Dahlke User-Agent: edbrowse/3.5.2 Date: Mon, 29 Dec 2014 10:03:50 -0500 Message-ID: <20141129100350.eklhad@comcast.net> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1419865431; bh=7B2oC/jhJrmuEDlpGI6uOvbhZdguQf03Qc+lmwIl9DM=; h=Received:Received:To:From:Reply-to:Subject:Date:Message-ID: Mime-Version:Content-Type; b=feUnN5gw+pU1ztGDL+9RU9YAeh6Iy3ouhWKvpd4f9T1CkfHTBe4ijLq7vd/TksLdM iFXHPUyVAdnMDmZJnP6aWNGr8jKw2T+b2baXz3uUQQqPXbvNjvOB+qr0TytQirBXGn m7xulMMt7Cv2YVCBVRURqJSdMyOfdNi7gLPSRghAc6VofAicOlNhPyqfqNN6DIIRT3 GGoUtQ/ystb2rChyq1TXvi8lsBsuj4dIUa6nYYy5VR2PchMVNs17wOkN0Z6TygpE4u qlADipAmV9zA78MYT93cZs3cLKMr4qN652563i+2M810W3G+wmrp5JpjSIu+18zbNK lZJIiE7n1isrA== Subject: [Edbrowse-dev] Download in background X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Dec 2014 15:06:06 -0000 git pull, and give it a try. I only implemented http, so far, I realize ftp is probably more important. I'll do that next, but don't remember, and don't know, how to determine if the ftp fetch is a directory listing. You don't want to download a directory listing. You just want to look at it. I'll be working on that next. Meantime if you have a large http download to test this with that would be great. I don't really have one, and if I made one on my local website it happens so fast it's still not a good test. So hopefully one of you can test it. When asked for download file, you can hit return for the default filename, x to abort space to read into memory as before, a file name without slashes to place in your download directory or a file name with slashes to direct where it goes. This latter case performs globbing. $books/sci-fi/RendezvousWithRama.bk If there is no download directory in your config file, then the file is always relative to your current directory. downdir = /home/eklhad/downloads This is (now) documented in CHANGES and the users guide. Karl Dahlke