是的,Ubuntu上的FTPServer(使用vsftpd软件)支持多用户。以下是相关介绍:
sudo apt-get install vsftpd
/etc/vsftpd.conf
local_enable=YES
chroot_local_user=YES
通过以上步骤,您可以在Ubuntu上成功设置一个支持多用户的FTPServer。