ProFTP Server is another FTP server for Ubuntu, installation and configuration is simple.
You need to have the following information ready :-
- A domain name (eg. ftp.abc.com)
1. Install ProFTP Server, it may take some times.
sudo
apt install proftpd -y |
sudo
nano /etc/proftpd/proftpd.conf |
ServerName
“ftp.abc.com” PassivePorts
49152 65534 DefaultRoot
/var/www/ftp.abc.com [Username] |
sudo
ufw allow 20/tcp |
sudo
ufw allow 21/tcp |
sudo
ufw allow 49152:65534/tcp |
sudo
systemctl restart proftpd |
No comments:
Post a Comment