Reading files from https address

Hi all,

I am trying to read all files from a https address. so i am trying to use the list remote files node. But it keeps returning a empty data table while the address does contain documents. This happends without an error. 

Is there an alternative for this?

 

Thanks!!

The http(s) protocol cannot be used to list files. You can only request "data" from an http(s) URL, it's not a filesystem protocol. I assume the address points to an HTML document that contains a list of files? You may be able to extract the relevant information using a combination of Palladian and XML nodes.