Retrieve newest file with a specific extension from FTP in PHP
I'm trying to get the latest file with a specific extension from a folder via FTP. I'm using the following code to get the most recent file. But it gets the most recent file regardless of file extension. // new…