List files by url

0

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);
    
asked by anonymous 14.06.2018 / 18:12

0 answers