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
Post a Comment