View Issue Details

IDProjectCategoryView StatusLast Update
0006425Linux server software[All Projects] Specialpublic2023-11-05 16:15
ReporterDigitalMy 
PrioritynormalSeverityminorReproducibilityhave not tried
Status assignedResolutionopen 
Summary0006425: Add ftp server to file share
DescriptionAdditionally to SMB share, need alternative protocol.

sudo apt-get install vsftpd

mcedit /etc/vsftpd.conf
add:
anonymous_enable=NO
local_enable=YES
write_enable=YES
local_root=/sharedfolder/path
chroot_local_user=YES
allow_writeable_chroot=YES
chroot_list_enable=YES
chroot_list_file=/etc/vsftpd.chroot_list
secure_chroot_dir=/var/run/vsftpd/empty

mcedit /etc/vsftpd.chroot_list
add line "root" only

sudo systemctl restart vsftpd
TagsNo tags attached.

Activities

There are no notes attached to this issue.