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.