Sharing a standalone exe file for direct connection to the server
CompletedHello,
I would like to have an "MyFile.exe" file which I can share with a client to allow him to connect directly to my server without the need for the user to install anything or input any credentials.
My idea is to have an empty exported ".exe" file, which will be run with a ".bat" file, where I can change the arguments for a direct connection like:
"MyFile.exe" --auth=http://user1:1234@192.168.1.200:7001 --layout-name="demo"
Note: I understand this is a security hole waiting to happen and anyone with the batch file would be able to enter into my server without my control. The control will be done at the user management, which needs delete or change the password after having being used.
I tried to export just a few seconds of video and use that file by deleting the exported footage... But I wasn't able to delete the exported file.
-
Hello,
Could you please elaborate a bit on your objective?
When a user logs into the server like that
"MyFile.exe" --auth=http://user1:1234@192.168.1.200:7001 --layout-name="demo"
he will be doing what exactly?
0
Please sign in to leave a comment.
Comments
1 comment