Hi, I need to access an excel file on a secured SharePoint library via SSIS package. I'd like to either read it directly via Excel datasource or copy it to local drive via File System Task. Either solution works for regular SharePoint site. However, when it comes to a secured link (https://), it won't work anymore. Can anybody give me some advice on how to deal with https? URL:https://xxx.xx.com/sites/mysite/test.xls. the UNC path I used:\\xxx.xx.com\sites\mysite\test.xls.
Thanks in advance.