Using FTP in VPS
Install vsftpd
sudo apt-get update |
check vsftpd version
vsftpd -v |
Change FTP password
sudo passwd ftp |
Configuration
The configuration file locates in /etc/vsftpd.conf
. Change Below:
listen=YES |
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.