TELNET software, how to?

J

Jassim Rahma

i want to develop a TELNET software just like the commercial telnet software
available..

and I want to know where to start from?
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

Jassim Rahma said:
i want to develop a TELNET software just like the commercial telnet
software available..

and I want to know where to start from?

My advise is to just use one of the several implementations around.
I do not think a telnet implementation is suitable to be implemented by a
newbie
 
E

Enkidu

Jassim said:
i want to develop a TELNET software just like the commercial telnet
software available..

and I want to know where to start from?
Why?

Cheers,

Cliff
 
J

Jassim Rahma

thanks gerry!!

I agree, even if I never programmed TCP application but why not I try..
 
E

Enkidu

You also asked how to write an FTP application. If you want to learn how
to do network programming, that's fine, but why try to emulate something
that people have already done? Why not, say, write a Tic-tac-toe that
you can play against someone on the Internet?

Cheers,

Cliff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top