I want to list all the files of a directory accessing via HTTP url! I have tried the scandir () but it only accepts the path of directories that are within the project itself.
$directories = scandir('Http://liket.com.br/desafio/xml/2013/02');
var_dump($directories);