PDA

View Full Version : FTP not allowing upload to webroot


viewport
6th March 2006, 05:32
I created a site "testsite.com". The webroot is set by ISPConfig at /var/www/web3/web. However, any users I created under that site can only FTP to /var/www/web3/user/web3_myuser (chrooted).

I know I can do a mount (not `ln', in chroot jail), to let users "tunnel through" to the webroot to upload web files. But that means manual work on my part (not ISPConfig-managed). Is there a way to configure ISPConfig to let users FTP directly into the webroot?

till
6th March 2006, 07:25
Please check the "administrator" checkbox for the user that shall be allowed to upload to the web root.

viewport
7th March 2006, 04:54
Till:Please check the "administrator" checkbox for the user that shall be allowed to upload to the web root.
That solves it. Thanks!