vsftpd

来自「文件传输协议linux 下vsftpd2.1.0.tar.gz」· 代码 · 共 19 行

TXT
19
字号
# default: on# description:#   The vsftpd FTP server serves FTP connections. It uses#   normal, unencrypted usernames and passwords for authentication.# vsftpd is designed to be secure.service ftp{        socket_type             = stream        wait                    = no        user                    = root        server                  = /usr/local/sbin/vsftpd#       server_args             =#       log_on_success          += DURATION USERID#       log_on_failure          += USERID        nice                    = 10        disable                 = no}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?