I don't know if this has been mentioned before but the ftp root dir should be owned by the user. For example the user web0 should own /var/www/clients/client0/web0 rather than just the folders within it. Currently it is not posible to store web files outside of the document root. Best Regards, George
You can run something like 'chown web0 /var/www/clients/client0/web0' on accounts that require this functionality for now, obviously not a practical solution though.