0

I am a php developer have no experience with Share Point. I have follow these two links to get Data from Share Point into my Php application.

  1. stackoverflow question here.
  2. A Library for Share Point here.

Share Point team give me 2 IP address. What they said is, I have to login at Forti Client with first IP then second IP is used to access application in browser which is also prompted for Credentials. If I not login in Forti Client with first IP, Web Application will not work at all. One more thing is, this process is working well in windows system but not working on ubuntu (Linux).

So, My Php applications are running on AWS linux ( ec-tier ). I have to get data from Share Point.

I just want to know is it possible to get data from Share Point into my application.

If it is possible then what is the process that I should follow in order to get data.

Kindly help me with your suggestions/answers. Thank you.

Community
  • 1
  • 1
Aabir Hussain
  • 1,161
  • 1
  • 11
  • 29

2 Answers2

0

Hope these links help you out.

Forti Client CLI for Linux click here.

Shell Script To Use CLI click here.

troy
  • 46
  • 1
  • 5
0

Is it a SharePoint List or Document library?
If it's a list, use web API to call for the required info.
Refer to my answer in this post:
how to add a connection to a sharepoint list to a word addin

Community
  • 1
  • 1
Adi Solar
  • 127
  • 1
  • 1
  • 13