[How To] Install FTP Server (VSFTPD) on Ubuntu 20.04 (2020) #1

Channel:
Subscribers:
7,400
Published on ● Video Link: https://www.youtube.com/watch?v=1WVBC0KBOeE



Category:
Tutorial
Duration: 9:55
86,352 views
972


Hi, in this video I will show 🎞 you How To install and configure VSTFPD server on Ubuntu 20.04.
For this tutorial, I am using Ubuntu server 20.04 and VSFTPD (Very Secure File Transfer Protocol Daemon).

📢 Make sure to Subscribe, ✅ so you don't Miss out on my future Videos 📽🎞 ▶ https://www.youtube.com/channel/UCWQAnj6I7VG25xo8B-1mI1g/?sub_confirmation=1 💯✅

00:00 Introduction
00:24 Install VSFTPD Server
01:33 Configure Firewall
03:48 Create FTP User
06:35 VSFTPD Server Configuration
08:05 Test FTP Connection

#FTP_Server
#FTP_Server_Ubuntu
#VSFTPD

The instructions should be applicable to other Linux Ubuntu versions.

** Install VSFTPD Server :
- Open Terminal
- sudo apt update
- sudo apt install vsftpd
- sudo service vsftpd status

** Configure Firewall :
- sudo ufw allow 20/tcp
- sudo ufw allow 21/tcp
- sudo ufw allow 40000:50000/tcp
- sudo ufw allow 990/tcp
- sudo ufw allow openssh
- sudo ufw enable
- sudo ufw status

** Create FTP User:
- sudo adduser ftpuser
- sudo mkdir /home/ftpuser/ftp
- sudo chown nobody:nogroup /home/ftpuser/ftp
- sudo chmod a-w /home/ftpuser/ftp
- sudo mkdir /home/ftpuser/ftp/files
- sudo chown ftpuser:ftpuser /home/ftpuser/ftp/files

** VSFTPD Server Configuration :
- sudo vi /etc/vsftpd.conf
listen=NO
listen_ipv6=YES
anonymous_enable=NO
local_enable=YES
write_enable=YES
local_umask=022
dirmessage_enable=YES
use_localtime=YES
xferlog_enable=YES
connect_from_port_20=YES
chroot_local_user=YES
secure_chroot_dir=/var/run/vsftpd/empty
pam_service_name=vsftpd
force_dot_files=YES
pasv_min_port=40000
pasv_max_port=50000

user_sub_token=$USER
local_root=/home/$USER/ftp

- sudo systemctl restart vsftpd.service

** Test FTP Connection
- We recommend FileZilla, which works on Windows, Mac and Linux : https://filezilla-project.org/

We recommended to secure your FTP server, you can watch the second video which describes the steps of securing an FTP server : 📽 🎞 ▶ https://youtu.be/N7hwrPiji3c

✍✍✍ Let me know what you think of this video in the comments ✍✍✍

📢 Make sure to Subscribe ✅ so you don't Miss out on my future Videos 📽 🎞 ▶ https://www.youtube.com/channel/UCWQAnj6I7VG25xo8B-1mI1g/?sub_confirmation=1 💯✅
👉 Follow me on Facebook ✅ : https://www.facebook.com/TechnIN
Thanks for watching 📽 🎞 !!!




Other Videos By TechIN


2021-02-14[How to] Clone computer | Over Network | Clonezilla | Step by Step (2021)
2021-02-06[How to] Clone Disk to Disk | Clonezilla | Step by Step (2021)
2021-01-27[How to] Fix VirtualBox ERROR : RTR3InitEX Failed with RC=-1912 | Ubuntu 20.04
2021-01-23[How to] Install VirtualBox | Ubuntu 20.04 (2021)
2020-12-31[How to] Create Multi Bootable USB from ISO | Ventoy | Ubuntu 20.04 | Very Easy(2021)
2020-12-15[How to] Convert MBR to GPT in Ubuntu 20.04 | Without Data Loss | Very Easy | (2021)
2020-12-08[How to] Create Windows 10 Bootable USB on Ubuntu 20.04 | BIOS | UEFI | Step By Step (2021)
2020-12-03[How to] Install Windows 10 After Ubuntu 20.04 | Dual Boot | UEFI | Step By Step (2021)
2020-11-22[How To] Install Ubuntu Server 20.04 on Vmware ESXI | Step-by-Step (2020)
2020-11-18[How To] Configure FTP Server (VSFTPD) on Ubuntu 20.04 | Upload to a Web Server (2020) #3
2020-11-13[How To] Install FTP Server (VSFTPD) on Ubuntu 20.04 (2020) #1
2020-11-13[How To] Secure FTP Server with TLS on Ubuntu 20.04 🔐 (2020) #2
2020-02-28[how to] Install Counter Strike : Global Offensive | CSGO | ubuntu 19.10 | Gaming
2020-02-22[How To] Install Steam on Linux | Ubuntu 19.10 | Gaming
2020-02-16[How To] Install windows 10 | PRO
2020-02-04[How To] Change Ubuntu 19.04 Screen Resolution on Hyper-V | Virtual Machine
2020-02-01[How to] Install Windows 10 After Ubuntu 19.04 | Dual Boot | UEFI (2020)
2020-01-28[How To] Show Saved WiFi Password on Windows 10 (2020)
2020-01-26[How To] Add network location in Windows 10 (2020)
2020-01-24[How To] Check System Performance Rating in Windows 10 (2020)
2020-01-18[How to] Install Windows 10 on Virtualbox in Ubuntu - Step by Step



Tags:
TechIN
file transfer protocol
ftp ubuntu
ftp server
Install FTP Server
Install FTP Server Ubuntu
Install FTP Server Ubuntu 20.04
ftp server ubuntu
ftp
file transfert protocol
vsftpd
vsftpd ubuntu
vsftpd server
how to Install FTP Server
how to Install FTP Server Ubuntu
how to Install FTP Server Ubuntu 20.04
how to install vsftpd
ftp server for ubuntu 20.04
instalar ftp
instalar ftp ubuntu 20.04
ftp server شرح
filezilla
sftp
ftps
secure FTP
tls