0%

Using FTP in Linux

Using FTP in VPS

Install vsftpd

sudo apt-get update
sudo apt-get install vsftpd

check vsftpd version

vsftpd -v

Change FTP password

sudo passwd ftp

Configuration

The configuration file locates in /etc/vsftpd.conf . Change Below:

listen=YES
write_enable=YES
local_umask=022

Go to file /etc/pam.d/vsftpd , change below:

#auth    required        pam_shells.so

Install WinSCP

In Windows, install WinSCP .

Choose SFTP. Login to VPS.

Done. Enjoy.