Forum Moderators: mack
I setup a MySQL/PHP and Apache package on my computer. I want to use Putty to connect into my site but I can't figure out how to do it. If I were using another server, I'd simply put the domain name to connect...but what do you do on a local host? My connection is refused when using localhost, or 127.0.0.1 > These might be way off anyway.
Any help is appreciated!
the C:\> won't allow me to do any normal commands..
Aaaahh... hang on.. now I understand.
You want to be able to telnet in to use commands like
chmod, ls, cd etc? Well the short answer is.. you can't.
Those are Unix commands that you use when telnet'ing into a machine that is running Unix. But your machine is Windows 2000, not Unix.
(The long answer is that you could buy a set of programs that allow you to use unix-like commands on windows boxes and then you could set up a telnet daemon to handle the incoming telnet - but to be honest it is hassle you don't need).
Why would you want to use telnet anyway? If all the files are local then can't you do everything you need to do via Windows?