比如你想限制本地用户的上传速度和下载速度为1MB/s,则在vsftpd.conf中添加以下内容:
local_max_rate = 1048576 ※ 默认单位是Byte/s
05-23 03:29