View Full Version : .htaccess file - restrict ftp permissions
spirit17
June 26th, 2006, 19:21
Hi. Is there a way in the .htaccess file to restrict one FTP account so that it may only download, and cannot upload nor delete, another one that it can upload, but not download nor delete, and another one that can upload & download, but not delete?
thanks.
GamePhreak
June 26th, 2006, 21:26
FTP may not be the solution for you. Try a PHP script that can keep track of users and know if they have permission to download a file, and another that can upload.
krakjoe
July 6th, 2006, 06:51
I got lost in your description, but in a word, no.
.htaccess is specific to the httpd (apache) process, your ftp daemon has no interaction with it...
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.