Sharepoint
通過腳本將文件添加到共享點
尋找一種自動將文件添加到共享點文件庫的方法。我們有一個執行並生成文件的程序(Java 程序)。我們想將文件直接添加到 Sharepoint,或者安排一個任務來獲取文件並將它們放入 Sharepoint。因此,Java 或 vb/batch/powershell 解決方案將是最合適的。
您可以通過 Powershell 直接呼叫 SharePoint API。以下是一些可以提供幫助的連結:
http://sharepoint.microsoft.com/blogs/zach/Lists/Posts/Post.aspx?ID=7 http://wiki.threewill.com/display/enterprise/Add+Files+to+a+SharePoint+Document+Library+using+PowerShell http://pshell.info/sharepoint/166/uploading-documents-to-sharepoint/
這是一篇 MSDN 文章,描述了對此的 ASP.NET 方法,您可以根據自己的情況對其進行修改: