PDA

Bekijk Volledige Versie : users, passes, htacces (PLESK 7.5)



vossli
22/11/05, 14:30
Hallo!
i am quite new to server administration. I have Plesk 7.5 and want to create many permissions for folders, but it takes almost half an hour to make 50 entries for the same user
The same thing when i have to remove the user again.. >_<
Is there a way to accelerate this procedure?

I am managing just a VServer via browser access from a PC (Windows). I was advised to use the command line, unfortunately i cant find it.

Thanks!

Ber|Art
23/11/05, 08:35
Are you using Plesk for Windows or for Linux?

Mikey
23/11/05, 09:21
http://download1.swsoft.com/Plesk/Plesk7.5/Windows/Docs/plesk-7.5-win-advanced-features-manual/


This is the manual for command line control

vossli
23/11/05, 20:11
Hi

i am using PLESK for Unix. But i think it will take much time anyway when i use Plesk for creating protected folders.
Instead i would rather use FTP to upload the htaccess to many folders simultanously.
Does anybody know of an FTP client that supports such a feature?

Thanks!

Dennis
23/11/05, 20:34
Upload using the command-line?

ftp -i ftp.google.nl
user
google
password2120

put .htaccess dir1/.htaccess
put .htaccess dir2/.htaccess
put .htaccess dir3/.htaccess
etc....

You'd do best just to upload this .htaccess file to every directory manually via FTP, rather than using the "Protected Directories" feature of Plesk. Shouldn't be too much work.