简体   繁体   中英

working with file&folder on server with c# application client side

I want manage multiple files and folders on server with c# code in clinet side

States such as create, delete, replace, search files,folder

I have Permition access to server (username,password) and connect with NetworkCredential nc = new NetworkCredential(UserName, Password);

If your user doesn't have direct access to that server by UNC, you have to create a server side service that will communicate with your client software. Otherwise use impersonation and regular System.IO classes with UNC paths. Of course, your user should have access rights to that folders.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM