Ubuntu的vsftpd默认支持多线程传输,可通过配置文件优化多线程性能,关键参数如下:
threaded=YES
max_clients
max_per_ip
pasv_min_port
pasv_max_port
async_abor
async_data
配置后需重启服务生效:sudo systemctl restart vsftpd。
sudo systemctl restart vsftpd