Displaying 1 result from an estimated 1 matches for "https_port_".
Did you mean:
https_port
2013 Jun 03
1
Adding arguments to the options
...s[] = {
> /* longName, shortName, argInfo, argPtr, value, descrip, argDesc */
> {"xxxx", 'x', xxxxxxx, x, xxxxx, x, x},
> {"https", 'N', POPT_ARG_VAL, &https_port
> _s
> , 0, 0, 0}}
So for getting the value of the argument of option in the https_port_s,
I have just added one switch case with case as 'N', Is it automatically
copy the value of option argument in the variable https_port_s?
I am getting any value in https_port_s?
But at the time of sending these options with arguments on the remote side
as a part of ssh command to invoke rs...