How to access a file on client when my code is executing on Server

Hi all,

I Want to copy a file which is located in client, while my code is executing on server.

For Ex: WinAPIServer::Copy(FileFromClientMachine, ToServerMachine); or any other function().

Where as FileFromClientMachine should be my file location from Clinet and

ToServerMachine is my server location.

Is this is possible??

Please advice me as this is bit urgent.

Thanks in Advanceā€¦:slight_smile:

Hi Prasan,

If the AOS user account has read permissions on the client machine, you can use UNC path (\clientMachine\file.txt) to copy the file.

Let me know if this works.