module - PHP ftp_rawlist - options before directory -


i'm looking list of options, can used in php module ftp in methods ftp_nlist , ftp_rawlist before directory. there examples found:

 // include hidden files  ftp_rawlist($h, '-a /');   // more complex - names of files  ftp_rawlist($h, '-1l /'); 

maybe ftp server specific, both work on windows , linux. there specification full list.

options specific list command of ftp server.

listoptions available on linux proftpd server. http://www.proftpd.org/docs/howto/listoptions.html


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -