How to Setup FTP Server On Ubuntu (vsftpd)
Hello Friend's.....
FTP Is Used To Transfer Files From One Host to Another Over TCP Network.
This Article Explains How To Setup FTP Server On Ubuntu.
FTP Is Used To Transfer Files From One Host to Another Over TCP Network.
This Article Explains How To Setup FTP Server On Ubuntu.
There are 3 Popular FTP Server Packages Available For Linux
PureFTPD , VsFTPD and ProFTPD.
PureFTPD , VsFTPD and ProFTPD.
Here I’ve Used VsFTPD Which Is Lightweight And Easy To Manage.
So , Follow The Steps For Setup vsftpd FTP Server.
Step 1 » Update repositories .
Type Following Command In Linux Terminal
sudo apt-get update && upgrade
Step 2 » Install VsFTPD Package Using The Below Command In Linux Terminal.
sudo apt-get install vsftpd
Step 3 » After Installation Open /etc/vsftpd.conf File and Make Changes As Follows.
For Open /etc/vsftpd.conf File Type "sudo leafpad /etc/vsftpd.conf " Commend In Linux Terminal.
Make Changes As Follows.
- listen_ipv6=YES
- anonymous_enable=NO
- local_enable=YES
- write_enable=YES
- local_umask=022
- anon_upload_enable=NO
- anon_mkdir_write_enable=NO
- dirmessage_enable=YES
- use_localtime=YES
- xferlog_enable=YES
- connect_from_port_20=YES
So , Thank You For Reading This Article. I Hope This Article Is Helpful For You.
Please Share This Article With Your Social Network .