Article 4S8R2 File Download from Msoffice 365 cloud (SharePoint) using wget command in linux

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,
RRlatest?d=yIl2AUoC8zA latest?i=1K1OU4rYd0w:rgaVCJGCGA4:F7zBnMy latest?i=1K1OU4rYd0w:rgaVCJGCGA4:V_sGLiP latest?d=qj6IDK7rITs latest?i=1K1OU4rYd0w:rgaVCJGCGA4:gIN9vFw1K1OU4rYd0w
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments