install.fairie/home/dot_config/firewall/etc/firewalld/services/ftp.xml

7 lines
373 B
XML
Raw Normal View History

2023-06-27 19:53:52 -07:00
<?xml version="1.0" encoding="utf-8"?>
<service>
<short>FTP</short>
<description>FTP is a protocol used for remote file transfer. If you plan to make your FTP server publicly available, enable this option. You need the vsftpd package installed for this option to be useful.</description>
<port protocol="tcp" port="21"/>
<module name="nf_conntrack_ftp"/>
</service>