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