lftp官网
lftp:类Unix系统下命令行界面的ftp客户端,除了ftp外,还支持ftps、http、https、sftp、fxp等多种协议。此外,lftp还内含一个简单的BitTorrent客户端。
vsftpd-ubuntu | vsftpd官网
vsftpd:very secure ftp daemon,它支持很多其他ftp服务器不支持的特征。
安装:brew install vsftpd
/usr/local/etc/vsftpd.conf配置文件:
anonymous_enable=NO:禁止匿名登录
local_enable=YES
write_enable=YES
chroot_list_enable=YES:
chroot_list_file=/etc/vsftpd/chroot_list:
allow_writeable_chroot=YES: