LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   File Download from Msoffice 365 cloud (SharePoint) using wget command in linux (https://www.linuxquestions.org/questions/linux-newbie-8/file-download-from-msoffice-365-cloud-sharepoint-using-wget-command-in-linux-4175662330/)

satyarankireddy 10-10-2019 09:21 AM

File Download from Msoffice 365 cloud (SharePoint) using wget command in linux
 
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

TB0ne 10-10-2019 09:49 AM

Quote:

Originally Posted by satyarankireddy (Post 6045674)
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 ?

Your proxy server is telling you that you can't connect. So your login or password is wrong....fix it. Check your command syntax.

And again, as said before, do basic research before posting

jefro 10-10-2019 03:58 PM

https://stackoverflow.com/questions/...proxy-for-wget


All times are GMT -5. The time now is 10:09 PM.