How to upload file to SharePoint via commandline?

Use this command script:

net use r: https://some.portal.org/documents [password] user:domainName\[username]
copy c:\somefile.txt r:\somefile.txt
posted @ 2013-04-01 17:54  AOT  阅读(135)  评论(0编辑  收藏  举报