is it possible to connect to shape layers on an FTP site with a wild card?
for example this WILL WORK:
ftp://user:password@the.server.com/download/my_private_dataset.zip
But I would like to get this (or the same idea) to work:
ftp://user:password@the.server.com/download/*private*.zip
so the idea is that the reader would simply read all the layers which match the criteria.
Thanks for any suggestions!