【已回应】pure-ftpd不支持RFC2640
系统:CentOS Linux 7.6.1810 (Core)Pure-Ftpd 1.0.49
安装文件里面确实加上了--with-rfc2640
但是查询pure-ftpd没有安装成功
在配置文件里面修改FileSystemCharset和ClientCharset后启动不了
在ssh里面运行报错
invalid option -- '8'或者invalid option -- '9'
下面是ssh记录
没有-8 和 -9 选项
# cd sbin
# ./pure-ftpd -h
pure-ftpd v1.0.49
-0 --notruncate
-1 --logpid
-2 --certfile <opt>
-3 --extcert <opt>
-4 --ipv4only
-6 --ipv6only
-A --chrooteveryone
-a --trustedgid <opt>
-b --brokenclientscompatibility
-B --daemonize
-C --maxclientsperip <opt>
-c --maxclientsnumber <opt>
-d --verboselog
-D --displaydotfiles
-e --anonymousonly
-E --noanonymous
-f --syslogfacility <opt>
-F --fortunesfile <opt>
-g --pidfile <opt>
-G --norename
-h --help
-H --dontresolve
-I --maxidletime <opt>
-i --anonymouscantupload
-j --createhomedir
-K --keepallfiles
-k --maxdiskusagepct <opt>
-l --login <opt>
-L --limitrecursion <opt>
-M --anonymouscancreatedirs
-m --maxload <opt>
-N --natmode
-n --quota <opt>
-o --uploadscript
-O --altlog <opt>
-p --passiveportrange <opt>
-P --forcepassiveip <opt>
-q --anonymousratio <opt>
-Q --userratio <opt>
-r --autorename
-R --nochmod
-s --antiwarez
-S --bind <opt>
-t --anonymousbandwidth <opt>
-T --userbandwidth <opt>
-U --umask <opt>
-u --minuid <opt>
-V --trustedip <opt>
-w --allowuserfxp
-W --allowanonymousfxp
-x --prohibitdotfileswrite
-X --prohibitdotfilesread
-Y --tls <opt>
-J --tlsciphersuite <opt>
-z --allowdotfiles
-Z --customerproof
您好,pure-ftp是支持ipv6的协议的,但是使用ipv6要自己的网络、路由、网卡等支持才可以。 2640不是2460 宝塔用户_oidvci 发表于 2019-7-12 14:19
2640不是2460
在编译参数中添加个 --with-eyerything试试 该版本好像不支持--with-rfc2640,自行编译该版本的时候显示找不到--with-rfc2640的方法。改用旧版pure-ftpd v1.0.42就可以。修改‘/www/server/panel/install/pureftpd.sh’中pure_ftpd_version的参数为“1.0.42”。
卸载:
sh /www/server/panel/install/pureftpd.sh uninstall
安装pure-ftpd v1.0.42:
sh /www/server/panel/install/pureftpd.sh install 宝塔用户_pjcxvr 发表于 2019-11-26 22:42
该版本好像不支持--with-rfc2640,自行编译该版本的时候显示找不到--with-rfc2640的方法。改用旧版pure-ftp ...
如若不然,在面板卸载安装仍会自动下载安装1.0.49版本。
页:
[1]