I have FTP account where there are multiple XML files, each including news post; which updated every while (new xml file every couple of hours maybe), and I need to get data of latest xml files to SharePoint Online web page. Note the following:
1- FTP has a username and password to be accessed.
2- XML file url in ftp like this "ftp://ftp.somewhere.org/Directory/another/directory/XML/XMLFILENAMEHERE.xml"
3- I need to display latest 5 news items automatically (5 xml files) to Sharepoint online page.
Any suggestions ?