roczyl 发表于 2005-08-12 18:00

pure-ftpd的欢迎信息能去掉吗?

告诉别人自己用什么软件感觉不太好,也不安全。

wolfg 发表于 2005-08-12 21:23

pure-ftpd的欢迎信息能去掉吗?

编译时可以加上--without-banner选项

roczyl 发表于 2005-08-12 22:08

pure-ftpd的欢迎信息能去掉吗?

多谢,我试试!

近水 发表于 2005-09-07 18:12

pure-ftpd的欢迎信息能去掉吗?

试了一下,没有说是用Pure-ftpd这个软件了,但欢迎界面还是有的!可不可以不显示这个欢迎界面,直接弹出输入用户名和密码的界面!

wolfg 发表于 2005-09-07 20:11

pure-ftpd的欢迎信息能去掉吗?

欢迎界面指的的是什么?是ftp客户端工具里弹出的窗口吗?

近水 发表于 2005-09-07 21:10

pure-ftpd的欢迎信息能去掉吗?

就是这个界面,我不想要它,我是用IE登陆FTP的,会出现下面这个窗口,然后我点确定之后,再按右键==登录,就可以输入用户名和密码了,输入正确之后,就可以正常使用FTP了,而我现在不希望有这个界面而想直接弹出输入用户名和密码的窗口,

wolfg 发表于 2005-09-07 21:40

pure-ftpd的欢迎信息能去掉吗?

在ie的地址栏输入

ftp://yourusername@yourserverip/

例如 ftp://foo@192.168.1.1/

试试

近水 发表于 2005-09-07 22:20

pure-ftpd的欢迎信息能去掉吗?

这个我知道的啊!问题是以前的VSFTPD,不需要这样的,大家都用习惯了,哎...

wolfg 发表于 2005-09-07 22:30

pure-ftpd的欢迎信息能去掉吗?

http://www.pureftpd.org/FAQ
* Internet Explorer.

->; Internet Explorer doesn't show any login box.

IE does a very strange trick to detect whether an FTP server does accept
anonymous connections or not. Basically, it connects to the server and logs
in as 'anonymous'. But if you say 'no' at this point, it drops the
connections with an error. You have to say 'ok, anonymous users are
allowed' and then, when a dummy password ('IE@') is sent, you say 'ah
ehm... finally... no... anonymous users aren't allowed' . Silly. To play
that game, you must run pure-ftpd with the -E (non-anonymous server) and -b
(compatibility with broken clients) flags. Then, the magic popup will show
up. But please note that IE (and browsers at large) are usually bad FTP
clients.

->; Internet Explorer doesn't want to log in. (Matthew Enger)

Check that the max number of connections (either per user or per IP) is at
least 2. IE needs two connections to connect to an FTP server.

webdna 发表于 2013-02-21 09:27

pure-ftpd.conf修改:

FortunesFile   FilePath #你的欢迎文件,文本内容。



这是自己加的,在用户自己的目录下建立一个.banner文件,就可以了,也不用重启ftp,登录后就可以看到这个信息
页: [1]
查看完整版本: pure-ftpd的欢迎信息能去掉吗?