大家帮我来看看这是什么问题(proftpd)

由 elais 在 09-01-2004 17:31 发表:

大家帮我来看看这是什么问题(proftpd)

[root@localhost aries]# service proftpd restart

正在关闭 proftpd: [失败 ]

正在启动 proftpd: [ 完成 ]

[root@localhost aries]# service proftpd restart

正在关闭 proftpd: [失败 ]

正在启动 proftpd: [ 完成 ]

[root@localhost aries]# service proftpd restart

正在关闭 proftpd: [失败 ]

正在启动 proftpd: [ 完成 ]

每次都是关闭失败

打开成功的

访问ftp又530 login incorred


Win xp

Mandrake 10 (KDE 3.2)


由 tygk 在 09-01-2004 17:34 发表:


让你配置FTP,你怎么不配置?


大漠孤烟直,长河落日圆。


由 elais 在 09-01-2004 17:40 发表:


以下是配置文件,没什么不对的吧

This is a basic ProFTPD configuration file (rename it to

'proftpd.conf' for actual use. It establishes a single server

and a single anonymous login. It assumes that you have a user/group

"nobody" and "ftp" for normal operation and anon.

ServerName "ProFTPD Default Installation"

ServerType standalone

DefaultServer on

Allow FTP resuming.

Remember to set to off if you have an incoming ftp for upload.

AllowStoreRestart on

Port 21 is the standard FTP port.

Port 21

Umask 022 is a good standard umask to prevent new dirs and files

from being group and world writable.

Umask 022

To prevent DoS attacks, set the maximum number of child processes

to 30. If you need to allow more than 30 concurrent connections

at once, simply increase this value. Note that this ONLY works

in standalone mode, in inetd mode you should use an inetd server

that allows you to limit maximum number of processes per service

(such as xinetd).

MaxInstances 30

Set the user and group under which the server will run.

User nobody

Group nogroup

To cause every FTP user to be "jailed" (chrooted) into their home

directory, uncomment this line.

#DefaultRoot ~

Normally, we want files to be overwriteable.

1<directory></directory>

AllowOverwrite on

</Direct

Published At
Categories with 服务器类
Tagged with
comments powered by Disqus