size

来自「linux下的轻量级的ftp服务器」· 代码 · 共 9 行

TXT
9
字号
I'm not sure what you expected to find in this file :-)Anyway, this is to explain that vsftpd is not as much code as you mightexpect from running a command like "wc -l *.c". Why? Simply because I usea very verbose style of coding in vsftpd, which consumes a lot of lines.Verbose code is very important in a secure program. How can you verify aprogram's security if it is not readable?

⌨️ 快捷键说明

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