Click here to Skip to main content
15,895,084 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
How can I log-in to a remote computer???
( to access files on remote machine)

I'm familiar with basic socket programming through C (process to process communication...client server communication)

I'm wondering if anyone give some examples.

Thank You.
Posted
Updated 24-Sep-12 7:59am
v3
Comments
Zoltán Zörgő 24-Sep-12 14:02pm    
This question is underdefined. At a first look: normally this cannot be done (tanks God). Why will you access my computer? Oh, you meant something else... than improve your question, so we can also know your environmental constraints. Remember, we can't read your mind.
Sergey Alexandrovich Kryukov 24-Sep-12 16:42pm    
Of course it is not defined. It could be, say, RDP.
(OP, please see in in Wikipedia if you need.)
--SA

1 solution

Your requirement is not clear.
I would suggest you read about SSH[^](secure shell host) protocol(also see the rfc[^] link for the protocol detail) And for Source code Putty[^] is the gold mine :)

OpenSSH is also a good option
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900