[How To] Configure FTP Server (VSFTPD) on Ubuntu 20.04 | Upload to a Web Server (2020) #3

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



Category:
Tutorial
Duration: 6:45
9,597 views
118


Hi, in this video I will show you How To configure vsftpd server on Ubuntu 20 04 for Upload to a Web Server (Apache2).
You can be able to upload files to the document root on the Web Server.

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

👉 You can follow step by step the first and second videos for Install and Secure an FTP Server:
Install and configure FTP server 📽 🎞 ▶ https://youtu.be/1WVBC0KBOeE
Secure an FTP server 📽 🎞 ▶ https://youtu.be/N7hwrPiji3c

00:00 Introduction
00:50 Create FTP User
03:54 VSFTPD Server Configuration
05:14 Test FTP Connection

#FTP_Server
#FTP_Server_Ubuntu
#VSFTPD

For this tutorial, I am using Ubuntu server 20.04 and VSFTPD (Very Secure File Transfer Protocol Daemon) and Apache2 for Web Server .

** Create FTP User:
- sudo adduser ftpwebuser
- sudo usermod -d /var/www ftpwebuser
- sudo chown ftpwebuser:ftpwebuser /var/www/html

** VSFTPD Server Configuration :
- sudo vi /etc/vsftpd.conf
listen=NO
listen_ipv6=YES
anonymos_enable=NO
local_enable=YES
write_enable=YES
local_mask=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=400000
pasv_max_port=500000

# Upload to home directory
#user_sub_token=$USER
#local_root=/home/$USER/ftp

#secure ftp server
ssl_enable=YES
rsa_cert_file=/etc/ssl/private/vsftpd.pem
rsa_private_key_file=/etc/ssl/private/vsftpd.pem
allow_anon_ssl=NO
force_local_data_ssl=YES
force_local_logins_ssl=YES
ssl_tlsv1=YES
ssl_sslv2=NO
ssl_sslv3=NO
require_ssl_reuse=NO
ssl_ciphers=HIGH

- sudo systemctl restart vsftpd.service

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


✍✍✍ 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 💯✅

Thanks for watching 📽 🎞 !!!




Other Videos By TechIN


2021-03-01[How to] Install Java JRE/JDK & configure multiple version | OpenJDK | Ubuntu 20.04 | (2021)
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)



Tags:
ftp website upload
ftp upload file
ftp Upload to Web Server
ftp server
ftp server ubuntu
ftp ubuntu
ftp
Configure FTP Server
install FTP Server
Install FTP Server Ubuntu
Install FTP Server Ubuntu 20.04
file transfert protocol
vsftpd
vsftpd ubuntu
vsftpd server
instalar ftp
ftp server شرح
filezilla
sftp
ftps
secure FTP
tls
Techin
ubuntu 20.04
ubuntu
how to