asp 客戶端向服務器上同一網段的另一台電腦復制文件
<%
Set MyFileObject=Server.CreateObject("Scripting.FileSystemObject")
path="\\liuj\netfile\attachments"
if not MyFileObject.FolderExists(path) then
MyFileObject.CreateFolder(path)
end if
%>
錯誤提示:沒有使用權限,liuj用的是xp系統,netfile這個共享夾是ntfs格式的,其中netfile文件夾的everyone和iusr/liuj 這倆個使用者的權限是最高的完全控制了.
大家幫幫忙,看看還有其它的方法實現嗎