FTPサーバー構築(vsftpd) - Fedoraで自宅サーバー構築

FTPサーバー構築(vsftpd) - Fedoraで自宅サーバー構築

瀏覽:1042
日期:2025-07-09
[root@fedora~]# vi /etc/vsftpd/vsftpd.conf ← vsftpd設定ファイル編集 # Allow anonymous FTP? (Beware - allowed by default if you comment this out). anonymous_enable=NO ← anonymousユーザ(匿名ユーザ)のログイン禁止 # Uncomment this to allow local users ......看更多