How do I upload a document to SharePoint with Java?

前端 未结 6 2028
余生分开走
余生分开走 2020-12-30 03:47

I\'m creating some big files (DB exports) with Java and I need to put them somewhere on our SharePoint server. Right now, I\'m doing this with IE but I\'d like to automate t

6条回答
  •  孤独总比滥情好
    2020-12-30 04:01

    I can think of different options:

    • Mapping the Document library to a file drive and just save the file like any other file in the file system.
    • Using HTTP WebDAV protocol.

    ...and for the NTLM authentication part:

    http://www.luigidragone.com/networking/ntlm.html

提交回复
热议问题