A. Student wrote: > > Dear Mr. Klaas, > I have Window 95, got on telnet, got to typing in "pico index.html" and the > response was "Incomplete termcap entry." I don't know what that means. At > ARC, I didn't have this problem. Maybe you can tell me how to proceed from > here on. You're doing fine. Since you got to "Incomplete termcap entry", I know that you actually made the network connection and logged in to webcity. For some reason, webcity didn't recognize your terminal emulator. All that means, is that when you first log in, you have to tell it what kind of terminal you are using. Telnet in Win95 is a VT100 terminal emulator, so as soon as you log in and get the $ prompt, you type in TERM=vt100 this means your list of commands looks like this telnet webcity.arc.losrios.cc.ca.us login: studenta password: ********** pwd ls -la TERM=vt100 cd public_html ls -la pico index.html exit I think that'lll do it for you. Gerald