hi guys.
i want to get a list of files in a specific directory. i found, a solution using ftp... 'ftp_nlist"... returns a list of files in an array... exactly what i want.. now im curious if this is the easiest way to do this? im reluctant to make so many connections...and that is something i will need to do if i will be using the ftp approach. if there is no other way to do it... then i suppose ill just have to deasl with making a connection.... if there is a simpler way to do it... preferrably without having to make an ftp connection...please let me know... thanks in advance guys.
-ron