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
原文地址:https://www.cnblogs.com/aot/p/2993994.html