argv[0] is always the application name, so don't use it for your arguments
On 06/07/2018 02:49 PM, Mohammad Zubair Khan wrote:
> Hi,
>
> I tried to do add the following code to setConnectionInfo() where we are
> creating arguments.which will eventually call freerdp_parse_arguments()
>
> File fi
Hi,
I tried to do add the following code to setConnectionInfo() where we are
creating arguments.which will eventually call freerdp_parse_arguments()
File file = new
File(CURRENT_FILE_DIRECTORY_PATH+"Invitation.msrcIncident");
args.add(CURRENT_FILE_DIRECTORY_PATH+"Invitation.msrcIncident");
args
Hi,
you just need to provide the file path to
LibFreeRDP.freerdp_parse_arguments for android. (Be aware that the
extensions must match)
See LibFreeRDP.setConnectionInfo for that.
xfreerdp does support that.
best
Armin
On 06/06/2018 01:00 PM, Mohammad Zubair Khan via FreeRDP-devel wrote:
> Armin
Armin,
Thank you for responding to the query. I have another one related to it.
Can you please guide me a bit how this can be done?
I can create "Invitation.msrcIncident" which can be used for providing the
remote access to the Desktop, but how can I use this file with FreeRDP?
I assume during