Hello,
I've been writing a vb6 application that I need to copy a file from one server to another. The system if for a police department and it is an Internal Affairs system. What I need is for the user to be able to copy a file to a location on the server using the application but the user does not have access to the share on the server and we do not want to give the user access to that share for legal purposes.
What we are wanting to do is create an account that can access this shared folder. Only Internal Affairs personnel and this account will be able to access this folder.
Is there a way using VB6 with an XP operating system, to copy these files using the credentials of the special IA account we create.
Example:
In the application Joe_Blow (who has no access to IA Folders) can select a file and click a command button and the file gets copied to the IA shared folder using the IA user account and password.
Thanks in advance for your help.
I've been writing a vb6 application that I need to copy a file from one server to another. The system if for a police department and it is an Internal Affairs system. What I need is for the user to be able to copy a file to a location on the server using the application but the user does not have access to the share on the server and we do not want to give the user access to that share for legal purposes.
What we are wanting to do is create an account that can access this shared folder. Only Internal Affairs personnel and this account will be able to access this folder.
Is there a way using VB6 with an XP operating system, to copy these files using the credentials of the special IA account we create.
Example:
In the application Joe_Blow (who has no access to IA Folders) can select a file and click a command button and the file gets copied to the IA shared folder using the IA user account and password.
Thanks in advance for your help.