我的系统中有3个用户: USER1 用户2 用户3 我在ubuntu 14.04上安装了proftpd。 使用DefaultRoot指令,我可以监视特定目录中的用户,例如/ home /%u / test 但是,如果我需要为一个用户设置dir /srv/www/domain.com,例如:user1?
我有一个proftpd服务器设置工作。 只有一个用户,已locking到用户目录。 如何隐藏所有子目录,以便用户login时只能读取和写入login目录中的文件。 我认为这有点关系: <Directory ~/> HideNoAccess on 和<Limit DIR> 这不是从安全的angular度来看,而是我所需要的应用程序的美学观点。 提前致谢。
用户的ftp指向/ mnt / ftp / user我想拒绝通过ftp将.jpg扩展上传到他的目录(也包括子目录)。我发现了一些类似于PathAllowFilter的东西,但它允许特定的扩展,但是我需要允许所有扩展除外。 JPG。 任何想法如何做到这一点?
我的AuthUserFile位于/etc/proftpd/proftpd.passwd 。 DefaultRoot是~ 。 这个文件目前列出了一个用户(用户名,密码哈希,主目录)。 如何更改此虚拟用户的主目录?
目前,我们在ProFTPd服务器的全局范围内定义了以下几行: # Allow max 3 unauthenticated connections by IP MaxConnectionsPerHost 3 "Sorry, you may not connect more than (%m) times." # Allow max 3 authenticated connections by IP MaxClientsPerHost 3 "Sorry, the maximum number clients (%m) from your host are already connected." # Allow max 10 connection by user ###### MaxClientsPerUser 10 "Sorry, there is […]
apt-get install proftpd adduser alex adduser alex root chown -R alex:root /var/www/ nano /etc/proftpd/proftpd.conf 我加: DefaultRoot / var / www alex /etc/init.d/proftpd restart 一切似乎没问题,但我不能像alex到ftp! 530login不正确。
我想设置一个用户“ftp”,以便他们可以上传和下载我的/home/httpd/mysite/public_html目录中的文件。 public_html中的所有文件都由用户“ftp”和“www-data”组成,所以ftp用户看起来像这样: uid=108(ftp) gid=33(www-data) groups=33(www-data),65534(nogroup) 当我尝试通过FTP客户端连接时,我得到: 530 Login incorrect. ftp: Login failed. 我需要取消注释/添加到proftpd.conf文件,使其工作?
我成功地安装了proftpd 1.3.4e。 我已经编译了它,并做了make install部分,但我想configuration它,不知道该怎么做。 我想在login时进入 /var/www/html/ 我遵循这个教程: http://www.webune.com/forums/how-to-install-proftpd-linux-centos.html 我有centos 5.有人会告诉我如何configuration它,工作正常,所以我可以连接使用FTP客户端?
我们有两个独立的站点,每个站点都有一个ProFTPd主机,Apache通过/etc/passwdvalidation用户。这需要pipe理两个独立的密码文件,我们希望有一个复制的后端。 我可以看到至less有两个选项–MySQL数据库和LDAP目录。这两个选项都可以复制,并用作ProFTPd或Apache的身份validation后端。 每个解决scheme的优缺点是什么?
我已经在Centos Server中安装了proftpd,主要用于安全的ftp访问。 但是,用户通常能够访问sftp服务器。 当我使用ftpwho检查每个FTP会话的当前进程信息时,出现如下错误。 30525 (none) [15h27m] (authenticating) 30686 (none) [15h26m] (authenticating) 31927 (none) [15h26m] (authenticating) 32029 (none) [15h25m] (authenticating) 32251 (none) [15h25m] (authenticating) 32364 (none) [15h24m] (authenticating) 18396 (none) [ 14h9m] (authenticating) 19608 (none) [ 14h9m] (authenticating) 19726 (none) [ 14h9m] (authenticating) 19887 (none) [ 14h8m] (authenticating) 20059 (none) [ 14h8m] (authenticating) 20092 (none) […]