Setting simple FTP share using vsftpd on fedora 26
$ firewall-cmd --add-service=ftp --permanent
success
$ firewall-cmd --reload
success
$ sudo dnf install vsftpd -y
Last metadata expiration check: 2:29:28 ago on Friday 30 March 2018 06:47:23 PM IST.
Dependencies resolved.
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
vsftpd x86_64 3.0.3-8.fc26 updates 171 k
Transaction Summary
================================================================================
Install 1 Package
Installed:
vsftpd.x86_64 3.0.3-8.fc26
$ systemctl start vsftpd ; systemctl enable vsftpd ; systemctl status vsftpd
Created symlink /etc/systemd/system/multi-user.target.wants/vsftpd.service -> /usr/lib/systemd/system/vsftpd.service.
โ vsftpd.service - Vsftpd ftp daemon
Loaded: loaded (/usr/lib/systemd/system/vsftpd.service; enabled; vendor preset: disabled)
Active: active (running) since Fri 2018-03-30 21:18:12 IST; 608ms ago
Main PID: 9283 (vsftpd)
Related Articles
Setting simple FTP share using vsftpd on fedora 26
Setting up a simple FTP server using vsftpd on Fedora 26.
How We Set Up Our KVM Hypervisor: From Bare Metal to Production-Ready VM Host
Detailed walkthrough of building a dedicated KVM/libvirt hypervisor with XFS tuning, hugepages, 10GbE tuning, and automation.
Building a Predictable KVM Infrastructure: From Chaos to Control
How to engineer a predictable KVM-based infrastructure focusing on repeatability, observability, and operational safety.