📄 vsftpd
字号:
# 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -