[PHP] FTP function in php

2001-05-01 Thread Brandon Orther
Hello, I am making a script that makes .htaccess files for websites. When I use ftp_nlist(); It doesn't show the files with a . in front of them. Does anyone know how to show hidden files when listing a directory? Thanks Brandon -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] FTP function in php

2001-05-01 Thread Henrik Hansen
Brandon Orther [EMAIL PROTECTED] wrote: Hello, I am making a script that makes .htaccess files for websites. When I use ftp_nlist(); It doesn't show the files with a . in front of them. Does anyone know how to show hidden files when listing a directory? Maybe use ftp_rawlist();