File Download from Msoffice 365 cloud (SharePoint) using wget command in linux
by satyarankireddy from LinuxQuestions.org on (#4S8R2)
Hello Experts,
I am trying to download a file from MSOffice 365 cloud using wget command in Linux. Request to has to redirect to via proxy and reach to destination URL.
I have used below command to download a file but no luck keeps on getting 403 error.
http_proxy=http://10.10.19.143:8080/ wget --http-user=test365@company.onmicrosoft.com --http-password=xxxxxx-p -r -l 8 --no-remove-listing -P . https://company.sharepoint.com/kites...month_port.csv
ERROR message:
Connecting to 10.10.19.143:8080... connected.
Proxy request sent, awaiting response... 403 FORBIDDEN
2019-10-10 14:21:15 ERROR 403: FORBIDDEN.
can anyone help on this ?
Thanks,
RR


I am trying to download a file from MSOffice 365 cloud using wget command in Linux. Request to has to redirect to via proxy and reach to destination URL.
I have used below command to download a file but no luck keeps on getting 403 error.
http_proxy=http://10.10.19.143:8080/ wget --http-user=test365@company.onmicrosoft.com --http-password=xxxxxx-p -r -l 8 --no-remove-listing -P . https://company.sharepoint.com/kites...month_port.csv
ERROR message:
Connecting to 10.10.19.143:8080... connected.
Proxy request sent, awaiting response... 403 FORBIDDEN
2019-10-10 14:21:15 ERROR 403: FORBIDDEN.
can anyone help on this ?
Thanks,
RR