views:

72

answers:

1

Im trying to understand the virtual terminal access. I was wondering if anyone know any sources for the Virtual Terminal Access protocol. And other sources like ftp, http, and remote procedure calls.

A: 

The RFC Sourcebook...

I'm not sure about the 'Virtual Terminal Access Protocol' though. That's a new one to me. Usually, if you're looking to communicate with a terminal you have to know the model of the specific terminal because there are so many different terminal specifications.

The RFC sourcebook, at the least, will give you a great resource to help implement FTP, HTTP,and RPC.

If you want to see a great example of a virtual terminal check out PuTTY

Evan Plaice