Tutorial FTP Ubuntu - Create a FTP user to access home directory only

Subscribers:
4,970
Published on ● Video Link: https://www.youtube.com/watch?v=0VVA2PaIGzc



Category:
Tutorial
Duration: 8:15
13,020 views
57


how to create a FTP user in ubuntu 18.04, then give acces only home directory.

steps:

1. install ftp server
apt-get install vsftpd

2. add user FTP
sudo adduser ftp_moko

3. open config vsftpd.conf
vi /etc/vsftpd.conf

chroot_local_user=YES
write_enable=YES
allow_writeable_chroot=YES

4. restart FTP server
sudo vsftpd restart

5. try to connect FTP with filezilla




Other Videos By Ambar Hasbiyatmoko


2019-07-14How to solve grub rescue - after deleted my ubuntu partition
2019-07-07How to solve Virtualbox - Failed install extension pack (Failed to load the main module)
2019-07-07How to Solve Virtualbox - FATAL, No bootable medium found! System halted.
2019-07-06Tutorial Membuat VPS (Free Tier Eligible) di Amazon AWS
2019-06-26How to solve SSH Ubuntu - Could not open a connection to your authentication agent.
2019-05-29Apache Jmeter - create sample http request
2019-05-05[Tutorial] Create Tethering-Hotspot in BlankOn Linux using Create_ap
2019-04-25Virtualbox - How to change screen resolution in kali linux
2019-04-25How to solving Create_AP (Access Point) - ERROR wlan0 is not a WiFi interface
2019-04-22[Tutorial] PHP variable - Passing by reference
2019-04-03Tutorial FTP Ubuntu - Create a FTP user to access home directory only
2019-04-02How to fix Ubuntu 18.04 - Command ifconfig not found, but can be installed with
2019-03-31[How to fix] Android Studio - Error inflating class android widget TextInputLayout
2019-01-19How to solving Ubuntu 18.04 - 'New Document' on right click menu not appear
2019-01-13How to fix FTP Server (Ubuntu) - 550 Permission denied, cannot put file to server
2019-01-13How to install FTP and add user FTP on Ubuntu 18.04
2019-01-06Javascript Tutorial - How to send out iframe variables to outside iframe
2019-01-02Codeigniter Tutorial - How to encrypt decrypt a plain text using codeigniter 3
2018-12-31How to fix Guzzle - SSL certificate problem, self signed certificate
2018-12-30Mysql Tutorial (Ubuntu) - How to import csv to mysql table using LOAD DATA INFILE
2018-12-30How to fix bootstrap - focus() doesn't work after modal open and ajax call



Tags:
ftp
install
home directory
folder
ubuntu
terminal
filezilla
tutorial
linux
user