FTP get file names in folder - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Other (
https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (
https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: FTP get file names in folder (
/showthread.php?tid=183528)
FTP get file names in folder -
Ivan_Pantovic - 15.10.2010
is it possible to use php script to get file names in the folder or number of files in the folder
Well , I need to find somewhere / to make a script tat will show how many players are registered on the server and other page that will write user names
users are stored in /scriptfiles/users/username.ini
PS. i don't expect some one to script this for me , I just wanna know is it possible in simple way such as showing ban list with php and ftp is .
Re: FTP get file names in folder -
[HiC]TheKiller - 16.10.2010
http://www.w3schools.com/php/func_ftp_nlist.asp
Re: FTP get file names in folder -
Ivan_Pantovic - 16.10.2010
thanks , i'm gonna test it now