Controlled Disk Serving

  • Thread starter Thread starter Donald
  • Start date Start date
D

Donald

Perhaps someone else is trying to do the same thing as I. Currently, I have
a VMS site for storing user data files in a automated and structured
manner -- no direct access. The user runs my VB application, which grabs
the desired files, validates them and then stores them. We are moving off
the VMS system and onto a Window Server 2003 terabyte server. I could setup
an FTP service to do the same process as I'm doing on VMS, however it seems
that a disk service might be a better solution (ie more control). Yet, I
don't want the user to have direct access to the disk service. Again, I'd
like to access the service via a VB application which connects to the disk
service transparently. Any thoughts on this topic?
 
I hate to answer my own queries, however after further research it appears
that the Windows Management Interface (WMI) under the system.management
namespace holds many of the answers. Namely, the connectionoptions,
managementscope and managementobject classes facilitate the mapping of
remote drives. Here is a good article on the matter:

http://www.csharphelp.com/archives2/archive334.html

Don
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top