Hi,
 
  I'm trying to know more about sending "commands" to a remote machine
 using socket programming.
 
  Example:
 
   non_echo[0] = 255;
   non_echo[1] = 251;
   non_echo[2] = 1  ;
   write(sockfd, non_echo,3);
 
  This seems that remote user will type something without echoing to his
 terminal(usefull, for example, on typing passwords ...).
  Is there any "table" where i could get more "functions" about it ?
 
  For example, how to send caracters with diferent colors using socket
 programming.
 
  Thanks.
 
  Best regards,
    Nuno Carvalho

P.S. Please forward to me! I think i'm not in this mailing list.
 
 ���������������������������������
    Nuno Emanuel F. Carvalho
  Dep. Informatics Engineering
     University of Coimbra
 
   PGP key available at finger
 ���������������������������������

Reply via email to