如何将文件从Unix上传到Microsoft SharePoint URL?

时间:2015-03-05 14:44:55

标签: bash shell email unix sharepoint

我正在尝试将文件从Unix计算机上传到shell脚本中的Microsoft SharePoint URL。 SharePoint已设置为接受带附件的电子邮件。当带有附件的电子邮件发送到URL时,将上载该文件。我无法使用mailx命令在我的脚本中获得相同的功能。

我的尝试:

uuencode $fullPath ${file} | mailx -m -s "Outage Report" $spEmail

我的尝试在发送到个人电子邮件时有效(文件作为附件发送),但在使用我的SharePoint URL时不会上传文件。

我通过邮寄来自我的个人电子邮件(通过Outlook)测试了SharePoint URL,并正确上传了文件。

问:为什么我无法将文件从脚本直接邮寄到SharePoint?

Add content to sites by sending e-mail - Office Support

0 个答案:

没有答案