[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 unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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(); instead

-- 
Henrik Hansen


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]