Results 1 to 9 of 9
-
3rd Jul 2011, 05:55 PM #1OPBanned
[HELP] SSH Help
Can someone tell me the 2 commands i need to do the following:
1- Set up a FTP User in SSH.
2- Make databases to run vBulletin.
(It is on a VPS from WrzBox.)
Thanks..HelFi0 Reviewed by .HelFi0 on . [HELP] SSH Help Can someone tell me the 2 commands i need to do the following: 1- Set up a FTP User in SSH. 2- Make databases to run vBulletin. (It is on a VPS from WrzBox.) Thanks. Rating: 5
-
3rd Jul 2011, 05:59 PM #2Member
Remember Google is your best friend.
1. http://www.sitepoint.com/forums/serv...sh-622977.html
2. http://www.squirrelcart.com/help/1.5...dDatabase.html (scroll down to method #2)This is the staff, you have been banned
-
3rd Jul 2011, 06:09 PM #3OPBanned
I no but how do i set a pass?
-
3rd Jul 2011, 06:10 PM #4
-
3rd Jul 2011, 06:22 PM #5BannedWebsite's:
xsl.tel xsltel.comHello,
what is your FTP software.
Highest Regards
Mohammed H
-
3rd Jul 2011, 06:58 PM #6OPBanned
I am connecting to the root with Putty.
-
3rd Jul 2011, 08:15 PM #7Member
Install a control panel by ssh then do it what ever you want from the panel. You can use kloxo control panel which is free.
-
3rd Jul 2011, 09:01 PM #8Member
You need to install FTP software from SSH, or install a CP like Kloxo.
-
3rd Jul 2011, 09:21 PM #9Member
I assume you are using CentOS.
There are two ways to do this:
To install a ftp client without using a control panel
To install a Control Panel (such as cPanel and Kloxo) which comes with FTP Client pre-installed.
So, if you want to use a FTP Client without using a control panel you can install it by firstly connecting via SSH, then typing the following commands on your SSH Client.
yum install vsftp
vsftpd start
/etc/vsftp/vstpd.conf
chkconfig vsftpd on
1) yum install vsftpd
2) /etc/init.d/vsftpd restart
3) useradd username
4) passwd username
The second way is by install a Control Panel, i will be using Kloxo in this one.
mkdir temp && cd tempsh ./kloxo-install-master.sh
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
themaCreator - create posts from...
Version 3.45 released. Open older version (or...