关于搭建FTP的问题

2019-07-16 09:29发布

我在虚拟机unbuntu上搭建了FTP,但是用Xmanager中的xftp中身份验证失败,下面是sftpd.conf文件
# Example config file /etc/vsftpd/vsftpd.conf

#

# The default compiled in settings are fairly paranoid. This sample file

# loosens things up a bit, to make the ftp daemon more usable.

# Please see vsftpd.conf.5 for all compiled in defaults.

# 默认编译时的设定都是相当偏执.

# 这个示例文件放松了一点,使的ftp守护程序更加实用。

# 请看vsftpd.conf.5全部汇编成默认。

#

# READ THIS: This example file is NOT an exhaustive list of vsftpd options.

# Please read the vsftpd.conf.5 manual page to get a full idea of vsftpd's

# capabilities.

# 阅读这里:这个例子文件不是一个详尽无遗的清单vsftpd选择。

# 请阅读vsftpd.conf.5手册页以获得充分的思想vsftpd的权限。

#

# Allow anonymous FTP? (Beware - allowed by default if you comment this out).

# 允许匿名ftp吗? (提防-缺省是允许的,如果你没注释掉) 。

#

anonymous_enable=YES

# 设定为允许 anonymous 登入我们的 vsftpd 主机!预设是 YES ,底下的所有相关设定都需要将这个设定为 anonymous_enable=YES 之后才会生效!

#

# Uncomment this to allow local users to log in.

# 这个注释是设定允许让本地用户登录

local_enable=YES

#这个设定值必须要为 YES 时,在 /etc/passwd 内的帐号才能以实体用户的方式登入我们的 vsftpd 主机喔!

#

# Uncomment this to enable any form of FTP write command.

# 这个注释是设定是否有FTP写权限的。

write_enable=YES

#如果你允许使用者上传资料时,就要启动这个设定值;

#

# Default umask for local users is 077. You may wish to change this to 022,

# if your users expect that (022 is used by most other ftpd's)

# 默认的umask为当地用户是077 。

# 你不妨改变这种以022 ,如果你的用户的期望( 022 是用大多数其他ftpd的)

local_umask=022

#

# Uncomment this to allow the anonymous FTP user to upload files. This only

# has an effect if the above global write enable is activated. Also, you will

# obviously need to create a directory writable by the FTP user.

# 这里注释是允许让匿名ftp用户上传文件。

# 这条是有影响的,如果上述全局设定写权限,则被激活。

#anon_upload_enable=YES

#是否让 anonymous 具有上传资料的功能,预设是 NO,如果要设定为 YES , 则anon_other_write_enable=YES 必须设定。

#                                                                                                               

# Uncomment this if you want the anonymous FTP user to be able to create

# new directories.

# 这里的注释是如果你想让匿名ftp用户能够创造新的目录。

#anon_mkdir_write_enable=YES

# 是否让 anonymous 具有建立目录的权限?预设值是 NO!如果要设定为 YES, 那么 anony_other_write_enable 必须设定为 YES !

#

# Activate directory messages - messages given to remote users when they

# go into a certain directory.

# 启动目录讯息-讯息给远程用户,当他们进入某一个目录。

# 当使用者进入某个目录时,会显示该目录需要注意的内容,显示的档案预设是 .message ,你可以使用底下的设定项目来修订!

dirmessage_enable=YES

# 当使用者进入某个目录时,会显示该目录需要注意的内容,显示的档案预设是 .message ,你可以使用底下的设定项目来修订!

#

# Activate logging of uploads/downloads.

xferlog_enable=YES

# 当设定为 YES 时,使用者上传与下载档案都会被纪录起来。记录的档案与下一个设定项目有关∶

#

# Make sure PORT transfer connections originate from port 20 (ftp-data).

connect_from_port_20=YES

# 记得在前一小节提到的主动式连线使用的 FTP 服务器的端口号吗?这就是 ftp-data 的端口号;

#

# If you want, you can arrange for uploaded anonymous files to be owned by

# a different user. Note! Using "root" for uploaded files is not

# recommended!

# 如果您愿意,你可以安排匿名上载文件,用一个不同的用户。

# 注意!使用root用户,对于上传的文件,是不推荐!

#chown_uploads=YES

#chown_username=whoever

#

# You may override where the log file goes if you like. The default is shown

# below.

# 你可以修改位置日志文件如果你喜欢。默认是如下所示。

#xferlog_file=/var/log/vsftpd.log

#

#

# If you want, you can have your log file in standard ftpd xferlog format

# 如果你想,你可以把日志文件格式化成ftpd的标准格式。

xferlog_std_format=YES

# 是否设定为 wu ftp 相同的登录档格式?!预设为 NO ,因为登录档会比较容易读! 不过,如果您有使用 wu ftp 登录档的分析软体,这里才需要设定为 YES

#

# You may change the default value for timing out an idle session.

# 你可以改变默认值来设定空闲时断开连接的时间。

#idle_session_timeout=600

# 如果使用者在 600 秒内都没有命令动作,强制离线!

#

# You may change the default value for timing out a data connection.

# 你可以修改默认的设定值来改变连接超时

#data_connection_timeout=120

# 如果服务器与用户端的资料连线已经成功建立 (不论主动还是被动连线),但是可能由于线路问题导致 300 秒内还是无法顺利的完成资料的传送,那用户端的

# 连线就会被我们的 vsftpd 强制剔除!

#

# It is recommended that you define on your system a unique user which the

# ftp server can use as a totally isolated and unprivileged user.

# 它是建议你确定你的系统上一个独特的用户,其中的ftp服务器可以使用,作为一个完全孤立和未授权的用户。

#nopriv_user=ftpsecure

# 我们的 vsftpd 预设以 nobody 作为此一服务执行者的权限。因为 nobody 的权限 相当的低,因此即使被入侵,入侵者仅能取得 nobody 的权限喔!

#

# Enable this and the server will recognise asynchronous ABOR requests. Not

# recommended for security (the code is non-trivial). Not enabling it,

# however, may confuse older FTP clients.

# 使这个服务器就会明白异步abor请求。不推荐用于安全(密码是非常大的) 。不要使不过,它可能会旧版本的ftp客户。

#async_abor_enable=YES

#

# By default the server will pretend to allow ASCII mode but in fact ignore

# the request. Turn on the below options to have the server actually do ASCII

# mangling on files when in ASCII mode.

# Beware that on some FTP servers, ASCII support allows a denial of service

# attack (DoS) via the command "SIZE /big/file" in ASCII mode. vsftpd

# predicted this attack and has always been safe, reporting the size of the

# raw file.

# ASCII mangling is a horrible feature of the protocol.

# 默认服务器就会自动允许在ascii模式,但实际上忽视了这项要求。

# 打开下面选项让服务器实际上是做的当ascii损坏文件时,在ascii模式运行。

#

#

#

#ascii_upload_enable=YES

#ascii_download_enable=YES

# 如果设定为 YES ,那么 client 就可以使用 ASCII 格式下载档案

# 与上一个设定类似的,只是这个设定针对上传而言!预设是 NO

#

# You may fully customise the login banner string:

# 你可以完全根据客户需求定制登录旗帜字符串:

#ftpd_banner=Welcome to blah FTP service.

# 当使用者连线进入到 vsftpd 时,在 FTP 用户端软体上头会显示的说明文字。不过,这个设定值资料比较少啦! 建议你可以使用底下的设定值来取代这个项目;

#

# You may specify a file of disallowed anonymous e-mail addresses. Apparently

# useful for combatting certain DoS attacks.

# 你可以指定一个档案,禁止匿名电子邮件地址。显然有助于打击某些拒绝服务攻击。

#

#deny_email_enable=YES

# 将某些特殊的 email address 抵挡住,不让那些 anonymous 登入! 如果以 anonymous 登入主机时,不是会要求输入密码吗?密码不是要您 输入您的 email

# address 吗?如果你很讨厌某些 email address , 就可以使用这个设定来将他取消登入的权限!需与下个设定项目配合∶

# (default follows)

#banned_email_file=/etc/vsftpd/banned_emails

# 如果 deny_email_enable=YES 时,可以利用这个设定项目来规定哪个 email address 不可登入我们的 vsftpd 喔!在上面设定的档案内,一行输入一个

# email address 即可!

#

# You may specify an explicit list of local users to chroot() to their home

# directory. If chroot_local_user is YES, then this list becomes a list of

# users to NOT chroot().

#chroot_list_enable=YES

# 是否启用将某些实体用户限制在他们的家目录内?预设是 NO ,不过,如果您想要让某些使用者无法离开他们的家目录时, 可以考虑将这个设定为 YES ,

# 并且规划下个设定值

# (default follows)

#chroot_list_file=/etc/vsftpd/chroot_list

# 如果 chroot_list_enable=YES 那么就可以设定这个项目了! 他里面可以规定那一个实体用户会被限制在自己的家目录内而无法离开!(chroot) 一行一

# 个帐号即可!

#

# You may activate the "-R" option to the builtin ls. This is disabled by

# default to avoid remote users being able to cause excessive I/O on large

# sites. However, some broken FTP clients such as "ncftp" and "mirror" assume

# the presence of the "-R" option, so there is a strong case for enabling it.

# 你可以使用选项”-R” 来嵌入到”ls”中

#ls_recurse_enable=YES

#

# When "listen" directive is enabled, vsftpd runs in standalone mode and

# listens on IPv4 sockets. This directive cannot be used in conjunction

# with the listen_ipv6 directive.

listen=YES

#若设定为 YES 表示 vsftpd 是以 standalone 的方式来启动的!

#

# This directive enables listening on IPv6 sockets. To listen on IPv4 and IPv6

# sockets, you must run two copies of vsftpd whith two configuration files.

# Make sure, that one of the listen options is commented !!

#listen_ipv6=YES

pam_service_name=vsftpd

userlist_enable=YES

tcp_wrappers=YES

# 这个是 pam 模组的名称,我们放置在 /etc/pam.d/vsftpd 即是这个东西!

# 是否藉助 vsftpd 的抵挡机制来处理某些不受欢迎的帐号,与底下的设定有关;

# 当然我们都习惯支援 TCP Wrappers 的啦!所以设定为 YES 吧

# 限制下载频宽如 限制为100kb/秒

# local_max_rate=100000

#限制最大上线人数与同一 IP 的来源数 (最多只有 10 个人同时使用你的 FTP 的话,并且每个 IP 来源最多只能建立一条 FTP 的连接时,)

#max_clients=10

#max_per_ip=1

友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
该问题目前已经被作者或者管理员关闭, 无法添加新回复
2条回答
z00
1楼-- · 2019-07-16 13:55
 精彩回答 2  元偷偷看……
z00
2楼-- · 2019-07-16 16:35
配置文件可参考下面的例子:


  1. anonymous_enable=YES
  2. local_enable=YES
  3. write_enable=YES
  4. local_umask=022
  5. #anon_upload_enable=YES
  6. #anon_mkdir_write_enable=YES
  7. dirmessage_enable=YES
  8. xferlog_enable=YES
  9. connect_from_port_20=YES
  10. #chown_uploads=YES
  11. #chown_username=whoever
  12. #xferlog_file=/var/log/vsftpd.log
  13. xferlog_std_format=YES
  14. #idle_session_timeout=600
  15. #data_connection_timeout=120
  16. #nopriv_user=ftpsecure
  17. #async_abor_enable=YES
  18. #ascii_upload_enable=YES
  19. #ascii_download_enable=YES
  20. #ftpd_banner=Welcome to blah FTP service.
  21. #deny_email_enable=YES
  22. #banned_email_file=/etc/vsftpd/banned_emails
  23. #chroot_list_enable=YES
  24. #chroot_list_file=/etc/vsftpd/chroot_list
  25. #ls_recurse_enable=YES
  26. listen=YES
  27. #listen_ipv6=YES
  28. pam_service_name=vsftpd
  29. userlist_enable=YES
  30. tcp_wrappers=YES
复制代码

一周热门 更多>