ProFTPD - Socket 已连接。正在等候欢迎消息... 后要等待10秒才能继续 解决方法

以下全部转载自: 
http://www.howtoforge.com/forums/archive/index.php/t-6447.html


I have the answer finally, after many hours of searching, trial and error...

Of course, the answer is very simple.

The 'perfect setup' howto says that the following lines should be added to proftpd.conf:

DefaultRoot ~
IdentLookups off
ServerIdent on "FTP Server ready."

BUT IF ADDED LIKE THIS, THE CHANGES WILL NOT AFFECT THE VIRTUAL HOSTS!

So actually it should be like this:
<Global>
DefaultRoot ~
IdentLookups off
ServerIdent on "FTP Server ready."
</Global>

Then everything will be OK - now there is no need to open port 113 on client pcs.

I hope this solution will help somebody.

I just want to say that I had the same problem and this instructions have fixed it.

Thanks a lot man!! ;)

你可能感兴趣的:(html,PHP,socket)