該試驗分下面步驟:
1、在server設定乙個共享目錄。在這裡我的serverip位址是10.80.88.180,共享目錄名字是test,test裡面有兩個檔案:good.txt和bad.txt,訪問許可權,username是admin,password是admin。
3、加入後台**例如以下:當中包括的功能是讀檔案。這裡以讀good 檔案為例;寫檔案,這裡以寫bad檔案為例。還有是將test目錄下的檔名稱列到listbox中。
using system;
using system.collections.generic;
using system.linq;
using system.web;
using system.web.ui;
using system.web.ui.webcontrols;
using system.text;
using system.diagnostics;
using system.io;
public
static
bool connectstate(
string path)
public
static
bool connectstate(
string path,
string username,
string password)
string errormsg = proc.standarderror.readtoend();
proc.standarderror.close();
if (
string.isnullorempty(errormsg))
else
}
catch (exception ex)
finally
return flag;
}
//read file
public
static
void readfiles(
string path)
}
}
catch (exception e)
}
//write file
public
static
void writefiles(
string path)
}
catch (exception e)
}
}
public
partial
class _default : system.web.ui.page
}
else
}
}
按以上步驟。就可以實現讀寫網路共享檔案。
目錄訪問共享C 怎麼訪問共享目錄
本文是一篇關於目錄訪問共享的帖子 用c 訪問共享目錄老是湧現許可權問題,讓人很頭疼,研究了良久找到一種方法,貼上 public class identityscope idisposable else finally protected virtual void dispose bool dispo...
Samba共享目錄
通過 smb 共享目錄 在 server0 上配置 smb 服務 您的 smb 伺服器必須是 staff 工作組的乙個成員 共享 groupdir 目錄 共享名必須為 common 只有 example.com 域內的客戶端可以訪問 common 共享 common 必須是可以瀏覽的 使用者 bar...
NFS共享目錄
1 首先需要三颱伺服器,記住防火牆一定要關閉 2 web1安裝nfs utils,rpcbind 3 設定共享目錄 vi etc exports var www html 192.168.11.0 24 rw,sync,no root squash 4 啟動nfs服務,rpcbind必須在nfs前啟...