2014-08-22 I read mail on the server but work with Scribus locally. The text contents to layout in Scribus get sent to me by email. Hence, I wrote a script to pull the attachments, which I store on the server, down to the local machine: #!/bin/sh rsync -rcvz -e 'ssh -p1234' marmaro.de:path ~/dir To avoid problems, you shouldn't rely on the contents of this transfer directory on the local machine. Regard it as a temporary data space and copy the relevant contents from it to other places to work with them. http://marmaro.de/lue/ markus schnalke