From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Cubizolles Subject: resuming an interrupted org-publish to ftp Date: Thu, 11 Feb 2016 18:44:47 +0100 Message-ID: <87vb5vkupc.fsf@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41830) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTvIg-0001cH-M7 for emacs-orgmode@gnu.org; Thu, 11 Feb 2016 12:45:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aTvIc-00040e-Mw for emacs-orgmode@gnu.org; Thu, 11 Feb 2016 12:45:06 -0500 Received: from plane.gmane.org ([80.91.229.3]:34560) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTvIc-00040S-GB for emacs-orgmode@gnu.org; Thu, 11 Feb 2016 12:45:02 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aTvIa-0007an-T2 for emacs-orgmode@gnu.org; Thu, 11 Feb 2016 18:45:00 +0100 Received: from gas45-3-82-244-252-119.fbx.proxad.net ([82.244.252.119]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Feb 2016 18:45:00 +0100 Received: from j.cubizolles by gas45-3-82-244-252-119.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Feb 2016 18:45:00 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I have a huge number of files to publish to a ftp server (I had to reexport them after an Org upgrade) and org-publish fails because the ftp server closes the connection before the *whole* transfer is done. And it seems that in this case none of the timestamps used to control which file has to be uploaded are updated. So I have to start the whole upload again, it fails again... Shouldn't org-publish update the timestamps after each successful upload of a file, and not wait for the end of the whole uploadĀ ? In the meantime, I'd like to resort to a "manual" ftp upload and inform org-publish that the ftp site is up to date. I've looked into the timestamps, but I don't see how I could put the right information into it. Julien.