For CentOS, the default ftpd in yum is vsftpd. You can install this by doing:
# yum update
# yum install vsftpd
note: if on a legacy VPS plan you might have to install yum first.
For configuration, see the following article:
https://help.blacknight.com/entries/22916332-configuring-vsftpd
----
For Debian, the default ftpd in apt-get is ProFTPd. You can install this by doing:
# apt-get update
# apt-get install proftpd
For configuration, see the following article:
https://help.blacknight.com/entries/22940838-setting-up-proftpd-on-debian
Comments
0 comments
Article is closed for comments.