[PHP]Password and FTP Folder

2007-02-15 Thread Helder Lopes

Hi people

hi have a problem

i need a script for make a ftp folder that have a password for enter

Have anyway to do this??


/mrpostiga


RE: [PHP]Password and FTP Folder

2007-02-15 Thread Brad Fuller
 -Original Message-
 From: Helder Lopes [mailto:[EMAIL PROTECTED]
 Sent: Thursday, February 15, 2007 5:32 AM
 To: php-general@lists.php.net
 Subject: [PHP]Password and FTP Folder
 
 Hi people
 
 hi have a problem
 
 i need a script for make a ftp folder that have a password for enter
 
 Have anyway to do this??
 
 
 /mrpostiga

you can upload .htaccess and .htpasswd files via FTP and password protect
it. If you do a search for password protect htaccess you should find a lot
of tutorials on how to create the .htaccess file and generate user/password
combinations for the .htpasswd file.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php