How to use FTP Client to connect on CentOs VPS?

Maxwell

New member
Joined
Mar 5, 2013
Messages
397
Points
0
Hi everyone,

This is the first time, i have ever used a VPS thus I have difficulty in using FTP program to connect to Centos on VPS. It didn't allow me do that. Are there any ways to use FTP Client to connect on CentOs VPS?

please suggest me
 

yestyle

New member
Joined
Jul 1, 2012
Messages
189
Points
0
To run FTP program on a VPS you need to install VsFTP
Code:
sudo yum install vsftpd
Install FTP client to connect to FTP server with command
Code:
sudo yum install ftp
Using nano to open vsftp
Code:
sudo nano /etc/vsftpd/vsftpd.conf
You will need to set permissions for somethings here

Restart service
Code:
sudo service vsftpd restart
Always turn on when starting vps
Code:
chkconfig vsftpd on
Creating a user for FTP client
Code:
useradd testftp
Set password for user
Code:
passwd testftp
Prompt you for new password
Changing password for user user.
New password:
Retype new password:
passwd: all authentication tokens updated successfully.
All done. Now you can use ftp programs to connect to vps using ssh and port 22.

Good luck!
 
Older threads
Replies
2
Views
2,713
Replies
2
Views
2,650
Replies
6
Views
3,203
Replies
18
Views
6,173
Replies
5
Views
3,158
Newer threads
Replies
13
Views
4,576
Replies
2
Views
2,904
Replies
3
Views
4,114
Latest threads
Replies
2
Views
99
Replies
1
Views
182
Replies
5
Views
394
Replies
11
Views
541
Replies
2
Views
233
Recommended threads
Replies
3
Views
2,597
Replies
9
Views
2,516
wms
Replies
27
Views
9,118
Replies
2
Views
3,621

Latest postsNew threads

Referral contests

Referral link for :

Sponsors

Popular tags

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top