I`ve tried to download excel file in SSIS (Execute Process Task) from sharepoint by using wget but problem is that the excel file name can be different in next month so I want to create something like: download all file from SH folder (there will be only 1) and save it as xxx. In argument I tried something like this:
--user=xxx --password=xxx -a.xlsx (I tried also with -r -np -nd) "source path" -O "destination path"
Unfortunately it doesn't work.
I will be grateful for help