Aces High Bulletin Board
General Forums => Hardware and Software => Topic started by: Ozark on March 18, 2003, 11:02:24 AM
-
I operate a vBulletin board and will move it to a new server in the next few months. When I installed the php-based board last year, I used FTP to install the files. It appears that I’ll need to use Telnet/SSH to move the database. I never used a Telnet or SSH program before. Any recommendations for free or low cost Telnet or SSH software?
-
Telnet is built into the commands of Windows, it may not be fancy but it works.
-
PuTTy
we use SecureCRT around here
PuTTy i think is free, I think SecureCRT is not
-
Ozark -- contact me on the squad email.
As pointed out Putty is one option.
I've used Putty before when setting up my web site. I'm actually looking for another client for my Windows system, but I use the ssh client for linux to do my bulk transfers.
-
PuTTY is excellent. It will do all you need it to. Used it for a long time.
Download PuTTY (http://putty.bhni.net/download.html)
-
Thanks for the info guys.
-
start/run/telnet
It will open window, click "connect" put in IP your connecting to.
-
you really should not use telnet if ssh is available. also use sftp or scp to transfer files to/from the server instead of ftp, or tunnel ftp through ssh. the guy who makes putty also makes pscp, the putty scp (secure copy client). it{s good to go.
-
Telnet is not secure. Telnet sends all data (including passwords) as plain ASCII text. NEVER use telnet to login to anything where security is important.
SSH is a far better option. (I use putty as well - it's a very good little utility.)