Help for this page

Select Code to Download


  1. or download this
    # server sends to client
    <command name="get_passwd">
    ...
    <command name="text_data">
     example_password
    </command>
    
  2. or download this
    # server sends to client.
    syswrite(
    ...
    
    # $cmd  eq 'get_passwd'                  # this is
    # $data eq 'Please enter your password:' # correct, right?