开发者

Copy CD contents from cd storage server to network share

开发者 https://www.devze.com 2022-12-17 22:44 出处:网络
I need to write a webapp (asp.net MVC) that copies the contents from a CD to a network share (eg. Z:\\dir1). All servers are in the same domain.

I need to write a webapp (asp.net MVC) that copies the contents from a CD to a network share (eg. Z:\dir1). All servers are in the same domain.

Process 开发者_运维技巧flow is as follows:

- User inserts CD-ROM into cdserver1 (PrimeArray ProServer 3802 XT)

- CD contents is copied to internal HDD automatically

- User enters CD information in the webapp

- This info will serve to construct the network share path (eg. Z:\dir1\userdata1\userdata2)

- Check periodically if CD contents is copied to internal HDD of cdserver1

- Copy CD contents from internal HDD of cdserver1 to network share

The parts I haven't figured out:

- How to access the internal HDD of cdserver1 from asp.net (eg. //cdserver1/cdrom1/)

- How to check periodically if cd contents is copied (ajax, jquery)

- How to access the network share from asp.net

- What about user rights (impersonation, NETWORK SERVICE account, ...)

A whole bunch, I know :-)

Any ideas or thoughts on this are more than welcome.

Thanks in advance,

Stijn

0

精彩评论

暂无评论...
验证码 换一张
取 消