Hi! The Tutorial Shows You Step-by-Step " How To Set Up Your FTP Server ( Vsftpd ) On Manjaro 21.2.0 Linux
vsftpd is the Very Secure File Transfer Protocol Daemon.
Manjaro Linux is a fast, user-friendly, desktop-oriented operating system based on Arch Linux.
𝐌𝐚𝐧𝐣𝐚𝐫𝐨 𝐇𝐨𝐦𝐞𝐩𝐚𝐠𝐞 - https://manjaro.org/
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
𝐎𝐮𝐫 𝐒𝐞𝐫𝐯𝐞𝐫 𝐒𝐩𝐞𝐜𝐢𝐟𝐢𝐜𝐚𝐭𝐢𝐨𝐧-𝐎𝐬 : 𝐌𝗮𝗻𝗷𝗮𝗿𝗼 𝟐𝟏.𝟐.𝟎 (𝐐𝐨𝐧𝐨𝐬) 𝐗𝐅𝐂𝐄 𝟔𝟒 𝐁𝐢𝐭 𝗟𝗶𝗻𝘂𝘅 | 𝐇𝐨𝐬𝐭𝐧𝐚𝐦𝐞 : 𝐈𝐏 𝐚𝐝𝐝𝐫𝐞𝐬𝐬-
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
lsb_release -cd ; getconf LONG_BIT ; lsb_release -a
sudo pacman -S vsftpd
sudo nano /etc/vsftpd.conf
write_enable=YES
local_enable=YES
ascii_upload_enable=YES
ascii_download_enable=YES
chroot_local_user=YES
chroot_list_enable=YES
chroot_list_file=/etc/vsftpd.chroot_list
ls_recurse_enable=YES
# add to the end : specify chroot directory
# if not specified, users' home directory equals FTP home directory
local_root=public_html
# turn off seccomp filter if cannot login normally
seccomp_sandbox=NO
nano /etc/vsftpd.chroot_list
# add users you allow to move over their home directory
manjaro
systemctl restart vsftpd ; systemctl status vsftpd
ftp://192.168.128.134
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
No comments:
Post a Comment